luci-theme-openwrt: modal display fixes
authorJo-Philipp Wich <jo@mein.io>
Thu, 15 Nov 2018 22:00:34 +0000 (23:00 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Nov 2018 22:00:34 +0000 (23:00 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index acd711a1ea06fa6bfa07e90fd0b628974d65e079..13939da3bdaf3a4291636373eda351f9ecd521d4 100644 (file)
@@ -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;