luci-theme-openwrt: modal display fixes
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
fdb7f3ed13
commit
e69d05cac4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue