summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-01-04 15:06:22 +0100
committerYorhel <git@yorhel.nl>2020-01-04 15:06:22 +0100
commit02cef019d30233603dd71cc837f382923cfd699a (patch)
tree4350c7907abbcb23b085bd40db8a9d580e750f81 /data
parent8620f71c6180e06164b2b51f930d94acaa439036 (diff)
ulist: Add ability to save views as default
Diffstat (limited to 'data')
-rw-r--r--data/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/data/style.css b/data/style.css
index 108eccb1..b112ccb1 100644
--- a/data/style.css
+++ b/data/style.css
@@ -82,8 +82,8 @@ div.warning h2, div.notice h2 { font-size: 13px; font-weight: bold; margin: 0; }
#ds_box table { width: 100%; }
/* Elm dropdowns */
-.elm_dd > a { color: $maintext$; display: block; border: none!important; padding-right: 10px; position: relative }
-.elm_dd > a > span { position: absolute; right: 0; top: 0; width: 16px; text-align: right; display: block }
+.elm_dd > a { color: $maintext$; display: block; border: none!important; 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 }
@@ -92,9 +92,10 @@ div.warning h2, div.notice h2 { font-size: 13px; font-weight: bold; margin: 0; }
.elm_dd.search > div { float: left }
.elm_dd.search > div > ul { right: auto; left: 0; top: 23px }
.elm_dd > div > ul li { white-space: nowrap }
-.elm_dd > div > ul li a { display: block; padding-left: 10px; border: 0; padding: 3px 5px 3px 3px }
+.elm_dd > div > ul li a { display: block; border: 0; padding: 3px 5px 3px 3px }
.elm_dd > div > ul li a.active,
.elm_dd > div > ul li a:hover { background: $boxbg$ }
+.elm_dd > div > ul li p { white-space: normal; padding: 3px 5px 3px 3px }
@@ -822,6 +823,8 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px }
.managelabels select { width: 100% }
.managelabels tfoot div { float: right; text-align: right }
+.savedefault { width: 600px; margin: 10px auto }
+
.ulist .tc1 { white-space: nowrap; width: 70px }
.ulist .tc1 label { cursor: pointer }
.ulist .tc1 input { display: none }