From 8984228aa9423b30e16392fb3546023ce65c253b Mon Sep 17 00:00:00 2001 From: girst Date: Thu, 4 Jun 2020 23:26:17 +0200 Subject: [PATCH] show arrow on '.advanced' details/summary makes it more obvious that it's clickable --- app/static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index 9e0edc3..07677b6 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -71,7 +71,6 @@ margin-right:1em .advanced summary{ margin-bottom: .5em; white-space: nowrap; -list-style-type:none; /* firefox only */ } summary{ cursor: pointer; @@ -80,12 +79,15 @@ details.advanced { white-space: nowrap; } .advanced:not([open]) summary{ -display:inline; + margin: 0; } .advanced form{ display:inline; margin:0; } +.advanced>:last-child { + padding-right: 0 +} ul#submgr{list-style: none} #submgr form { margin-bottom: 1em; -- 2.39.3