summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-02-16 11:16:55 +0100
committerYorhel <git@yorhel.nl>2020-02-21 13:47:52 +0100
commit50657dc2a4cbe4fa5efede82053a96b327ed0338 (patch)
tree285c67eb8dfe88ef0e42f337236cd76c4ae16b01 /data
parent624ad4124cc3e49acd3903b9c9062a03f3616ad8 (diff)
v2rw/WIP: Incremental rewrite of the release edit form
The new form does change a few things to the UI, so I'll keep the old form around for a while so that people have something to fallback to when it doesn't work (like, right now). I'm also doing this rewrite in multiple commits as it's a pretty large change.
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 715e910b..09f8d92c 100644
--- a/data/style.css
+++ b/data/style.css
@@ -83,10 +83,10 @@ div.warning h2, div.notice h2 { font-size: 13px; font-weight: bold; margin: 0; }
/* Elm dropdowns */
.elm_dd > a { color: $maintext$; display: block; border: none; padding-right: 15px; position: relative }
-.elm_dd > a > span { position: absolute; right: 5px; top: 0; width: 16px; text-align: right; display: block }
-.elm_dd > a > span i { visibility: hidden; font-style: normal }
-.elm_dd > a:hover > span > i,
-.elm_dd > a:focus > span > i { visibility: visible }
+.elm_dd > a > span:last-child { position: absolute; right: 5px; top: 0; width: 16px; text-align: right; display: block }
+.elm_dd > a > span:last-child i { visibility: hidden; font-style: normal }
+.elm_dd > a:hover > span:last-child > i,
+.elm_dd > a:focus > span:last-child > i { visibility: visible }
.elm_dd > div { position: relative; float: right; width: 0; height: 0 }
.elm_dd > div > ul { position: absolute; right: -10px; top: 0; border: 1px solid $border$; background-color: $secbg$; z-index: 1000; list-style-type: none; margin: 0; padding: 0; max-width: 400px; overflow: hidden }
.elm_dd.search > div { float: left }