summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-10-31 13:08:47 +0100
committerYorhel <git@yorhel.nl>2020-10-31 15:53:13 +0100
commit23a098bc705bd38c1f7e59a78ef402da12287e6d (patch)
treee0f1f1be8d48154affbac0199e0cad6429a56702 /data
parent90e2dc96e786da59722b3a94dc74c2325776231d (diff)
Advsearch: Minor UI tweaks
Diffstat (limited to 'data')
-rw-r--r--data/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/style.css b/data/style.css
index 52afcfe9..a754315d 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1114,11 +1114,11 @@ p.filselect i { font-style: normal }
/****** Advanced Search *******/
-.advsearch { width: 90%; margin: 0 5%; }
-.advsearch .quickselect { width: 100%; display: flex; justify-content: center }
+.advsearch { max-width: 800px; margin: 0 auto }
+.advsearch .quickselect { width: 100%; display: flex; flex-wrap: wrap }
.advsearch .quickselect > * { margin: 5px; width: 150px }
-.advsearch .advheader { box-sizing: border-box; background-color: $_blendbg$; padding: 3px; width: 100% }
-.advsearch .advheader > h3 { text-align: center; font-weight: bold; font-size: inherit }
+.advsearch .advheader { box-sizing: border-box; background-color: $_blendbg$; padding: 3px; width: 100%; margin-bottom: 2px }
+.advsearch .advheader > h3 { text-align: center; font-weight: bold; font-size: inherit; margin-bottom: 3px }
.advsearch .advheader .opts { display: flex; justify-content: space-between }
.advsearch .advheader .opts > * { margin: 0 }