From 17d4c0cedf7061d84437d332af22485e5b991360 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 8 Jun 2016 06:51:45 +0100 Subject: [PATCH] Rearrange filters order in sidebar Move the conflict filter to the top, then the content filter, then the checkbox filters. This maximises the space available for the conflict filter's dropdown, and improves the visual "weight" balance going down the sidebar (it now goes from most visually complex element to least). --- src/gui/html/css/style.css | 7 ++----- src/gui/html/index.html | 12 ++++++------ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/gui/html/css/style.css b/src/gui/html/css/style.css index ed9e3a53..4e254182 100644 --- a/src/gui/html/css/style.css +++ b/src/gui/html/css/style.css @@ -74,13 +74,10 @@ div[drawer] > iron-pages { height: 48px; line-height: 48px; } -#contentFilter { - padding: 0 16px; - height: 48px; -} +#contentFilter, #conflictsFilter { padding: 0 16px; - height: 48px; + height: 64px; } /* Panel */ diff --git a/src/gui/html/index.html b/src/gui/html/index.html index 36db7d4b..61054f55 100644 --- a/src/gui/html/index.html +++ b/src/gui/html/index.html @@ -192,6 +192,12 @@
+ +
No plugin selected
+ +
+ + Press Enter or click outside the input to set the filter. Hide version numbers Hide CRCs Hide Bash Tags @@ -200,12 +206,6 @@ Hide all plugin messages Hide inactive plugins Hide messageless plugins - - Press Enter or click outside the input to set the filter. - -
No plugin selected
- -