]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Add gap between panel footer buttons 23796/head
authorVolker Theile <vtheile@suse.com>
Wed, 29 Aug 2018 09:42:17 +0000 (11:42 +0200)
committerVolker Theile <vtheile@suse.com>
Wed, 29 Aug 2018 09:43:31 +0000 (11:43 +0200)
In forms there was no gap between the panel footer buttons.

Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/styles.scss

index a4b5cd474cb7ce01ddfa5305fe90c5febd4452ea..799281e0ac600e0e04ff1c5138ae4cb5cd857216 100644 (file)
@@ -286,6 +286,10 @@ uib-accordion .panel-title,
   padding-left: 4px;
   vertical-align: text-top;
 }
+/* Panel */
+.panel-footer button.btn:not(:first-child) {
+  margin-left: 5px;
+}
 /* Modal dialog */
 .modal-footer button.btn:not(:first-child) {
   margin-left: 5px;