summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-11-04 13:26:16 +0100
committerYorhel <git@yorhel.nl>2020-11-04 13:26:53 +0100
commit71d166057701305e1b7def38c4c6d0926494f9ec (patch)
treeb4990cd198bb34f19439ade84574c1ddfd276450 /data
parenta795b3ee3dc57c27f59ce9f5c3ac8eccfddedcdb (diff)
AdvSearch: Add buttons to delete & move fields into or out of a parent
Still feels kind of awkward, but it'll have to do for now.
Diffstat (limited to 'data')
-rw-r--r--data/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 85ab464e..6d5b3bb8 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1116,11 +1116,14 @@ p.filselect i { font-style: normal }
.advsearch { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center }
.advsearch .advnest { display: flex }
-.advsearch .advnest > div:nth-child(1) { flex: 0 0 35px; }
+.advsearch .advnest > div:nth-child(1) { flex: 0 0 45px; }
.advsearch .advnest > div:nth-child(2) { flex: 1; border-left: 1px dashed $border$ }
.advsearch .elm_dd_input { margin: 5px; width: 150px }
.advsearch .elm_dd_input.elm_dd_noarrow { width: 13px }
.advsearch .advrow { display: flex; flex-wrap: wrap }
+.advsearch .advbut { width: 100%; background-color: $_blendbg$; text-align: right; white-space: nowrap }
+.advsearch .advbut > * { display: inline-block; box-sizing: border-box; height: 20px; padding: 3px 5px 0 2px; cursor: pointer; border-bottom: none; font-size: 16px }
+.advsearch .advbut > b { color: $grayedout$; font-style: normal }
.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 }