summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-11-30 15:57:24 +0100
committerYorhel <git@yorhel.nl>2020-11-30 15:57:26 +0100
commit09a01cd98fe8a7786c1c8dbd11e194896750d299 (patch)
tree2a1a06abd7e019eddfecf23880f50575e6c31ce2 /data
parentf9dc21ebc19b915cfdd858972a8e3cd3b9989676 (diff)
AdvSearch: Fix wrapping of "simple" subquery rows
Making sure that the filters wrap indented below the query type and and/or selection button.
Diffstat (limited to 'data')
-rw-r--r--data/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 446c1e89..7549d4a1 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1131,7 +1131,9 @@ p.filselect i { font-style: normal }
/****** Advanced Search *******/
.advsearch { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center }
-.advsearch .advrow > div:first-child { width: auto }
+.advsearch .advrow > tr > td { padding: 0 2px }
+.advsearch .advrow > tr > td:first-child { text-align: right; white-space: nowrap; }
+.advsearch .advrow > tr > td:first-child > div { width: auto }
.advsearch .advnest > tr > td { padding: 0 2px }
.advsearch .advnest > tr > td:first-child { text-align: right; white-space: nowrap; }
.advsearch .advnest > tr > td:first-child > div { width: auto }