From: Volker Theile Date: Wed, 29 Aug 2018 09:42:17 +0000 (+0200) Subject: mgr/dashboard: Add gap between panel footer buttons X-Git-Tag: v14.0.1~454^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23796%2Fhead;p=ceph.git mgr/dashboard: Add gap between panel footer buttons In forms there was no gap between the panel footer buttons. Signed-off-by: Volker Theile --- diff --git a/src/pybind/mgr/dashboard/frontend/src/styles.scss b/src/pybind/mgr/dashboard/frontend/src/styles.scss index a4b5cd474cb7c..799281e0ac600 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles.scss @@ -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;