From 6d379d1aa73e1ad2e203385b1af91969e5b63729 Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Fri, 12 Mar 2021 12:00:20 +0100 Subject: [PATCH] NO-JIRA visually separate the controls in groups The "filter" toolbar above many pages has all controls without spacing. This PR inserts a little bit of spacing to make the groups of controls more obvious. Spacing is applied 3 times: - at the start of the row to separate it from the left margin - at "sort order" to separate the "filter" group from the "ordering" group - at "columns" to separate it from "reset" Since the "looking glass" being an icon, no extra spacing was needed there. Note: I tried to use "1em" as spacing, but that did not work, so this PR uses "10px". --- .../src/main/webapp/plugin/js/services/toolbar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/services/toolbar.js b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/services/toolbar.js index 7c165c9d3c..7329fc9c33 100644 --- a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/services/toolbar.js +++ b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/services/toolbar.js @@ -25,7 +25,7 @@ var Artemis;
-
+
-
+
-
+