From 6706767813ad893c18920bb0ac24fce959806b4d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 20 Nov 2020 15:38:44 +0800 Subject: [PATCH] Roo/bootstrap/CardUploader.js --- Roo/bootstrap/CardUploader.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Roo/bootstrap/CardUploader.js b/Roo/bootstrap/CardUploader.js index 907316e133..5b6ce0a813 100644 --- a/Roo/bootstrap/CardUploader.js +++ b/Roo/bootstrap/CardUploader.js @@ -187,7 +187,7 @@ Roo.extend(Roo.bootstrap.CardUploader, Roo.bootstrap.Button, { xns : Roo.bootstrap, xtype : 'Button', html : String.format("{0}", data.title), - cls : 'col-8 text-left', + cls : 'col-11 text-left', size: 'sm', weight: 'link', fa : 'download', @@ -197,18 +197,14 @@ Roo.extend(Roo.bootstrap.CardUploader, Roo.bootstrap.Button, { } } }, - { - xns : Roo.bootstrap, - xtype : 'Element', - cls : 'col-1' - }, + { xns : Roo.bootstrap, xtype : 'Button', - html : 'Delete', + size : 'sm', weight: 'danger', - cls : 'col-3', + cls : 'col-1', fa : 'times' } ] -- 2.39.2