mirror of https://github.com/openwrt/luci.git
luci-theme-*: remove modal max-height #3383 v2
Signed-off-by: MartB <mart.b@outlook.de>pull/3401/head
parent
d87169c0f6
commit
c6122af7ea
|
@ -1196,7 +1196,6 @@ footer {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 0 3px #444;
|
box-shadow: 0 0 3px #444;
|
||||||
padding: 1em 1em .5em 1em;
|
padding: 1em 1em .5em 1em;
|
||||||
max-height: 2400px;
|
|
||||||
min-width: 270px;
|
min-width: 270px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1608,7 +1608,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
||||||
min-width: 270px;
|
min-width: 270px;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
max-height: 2400px;
|
|
||||||
margin: 5em auto;
|
margin: 5em auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 3px !important;
|
border-radius: 3px !important;
|
||||||
|
|
|
@ -226,7 +226,6 @@ hr {
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
padding: .5em .5em .25em .5em !important;
|
padding: .5em .5em .25em .5em !important;
|
||||||
max-height: 2400px;
|
|
||||||
min-width: 270px;
|
min-width: 270px;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1389,7 +1389,6 @@ form[method="post"] + form[method="post"],
|
||||||
min-width: 270px;
|
min-width: 270px;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
max-height: 2400px;
|
|
||||||
margin: 5em auto;
|
margin: 5em auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 20px !important;
|
border-radius: 20px !important;
|
||||||
|
|
Loading…
Reference in New Issue