diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-11-15 23:00:34 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-11-15 23:00:34 +0100 |
commit | e69d05cac4e0d2e97bae7ff47838ccd32ef0cb24 (patch) | |
tree | 17883b61ed6d88c9b223e01312712670b8e0812f /themes | |
parent | fdb7f3ed1357441b584772523473ab8db1660b2c (diff) |
luci-theme-openwrt: modal display fixes
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index acd711a1e..13939da3b 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -215,7 +215,7 @@ hr { .modal { width: 90%; - margin: 5em auto; + margin: 5em auto !important; display: flex; flex-wrap: wrap; min-height: 32px; @@ -224,7 +224,7 @@ hr { border-radius: 3px; background: #f5f5f5; border: 1px solid #000; - padding: .5em .5em .25em .5em; + padding: .5em .5em .25em .5em !important; max-height: 2400px; min-width: 270px; color: #444; |