Roo/bootstrap/CardUploader.js
[roojs1] / Roo / bootstrap / CardUploader.js
index 4309a56..cd0bbeb 100644 (file)
@@ -187,7 +187,9 @@ Roo.extend(Roo.bootstrap.CardUploader, Roo.bootstrap.Button,  {
                                         xns : Roo.bootstrap,
                                         xtype : 'Button',
                                         html : String.format("<small>{0}</small>", data.title),
-                                        cls : 'p-9',
+                                        cls : 'col-8 text-left',
+                                        size: 'sm',
+                                        weight: 'info',
                                         fa : 'download',
                                         listeners : {
                                             click : function() {
@@ -195,12 +197,18 @@ 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',
-                                        cls : 'ml-auto p-3',
+                                        weight: 'danger',
+                                        cls : 'col-3',
                                         fa : 'times'
                                     }
                                 ]