From: Alan Knowles Date: Wed, 10 Mar 2021 07:10:20 +0000 (+0800) Subject: fixes for image tidy up on upload X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=3ad2f9fb7caa21891ba55ae8a209471471541312;ds=sidebyside fixes for image tidy up on upload --- diff --git a/docs/src/Roo_bootstrap_CardUploader.js.html b/docs/src/Roo_bootstrap_CardUploader.js.html index 7d4475e3ed..d9db87f6fe 100644 --- a/docs/src/Roo_bootstrap_CardUploader.js.html +++ b/docs/src/Roo_bootstrap_CardUploader.js.html @@ -210,7 +210,7 @@ { xns : Roo.bootstrap, xtype : 'CardFooter', - items: [ + items: [ { xns : Roo.bootstrap, xtype : 'Element', @@ -221,7 +221,7 @@ xns : Roo.bootstrap, xtype : 'Button', html : String.format("<small>{0}</small>", data.title), - cls : 'col-11 text-left', + cls : 'col-10 text-left', size: 'sm', weight: 'link', fa : 'download', @@ -235,10 +235,10 @@ { xns : Roo.bootstrap, xtype : 'Button', - + style: 'max-height: 28px; ', size : 'sm', weight: 'danger', - cls : 'col-1', + cls : 'col-2', fa : 'times', listeners : { click : function() { @@ -275,6 +275,7 @@ this.imgEl.set({ 'pointer' : 'cursor' }); } + this.getCardFooter().addClass('p-1'); }