Merge pull request #2913 from rosysong/openwrt-19.07

luci-theme-rosy: fix #2887
This commit is contained in:
Jo-Philipp Wich 2019-07-26 12:36:51 +02:00 committed by GitHub
commit 94f42488f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1121,7 +1121,7 @@ form[method="post"] + form[method="post"],
}
.td.cbi-section-actions > * {
display: inline-flex;
display: block;
}
.td.cbi-section-actions > * > *,
@ -1533,9 +1533,6 @@ body.modal-overlay-active #modal_overlay {
/* select */
.cbi-value-field .cbi-dropdown,
.cbi-value-field .cbi-input-select {
min-width: 15rem;
}
.cbi-value-field .cbi-input-invalid {
color: #f00;
@ -1937,11 +1934,6 @@ span[data-tooltip] .label {
);
}
.zone-forwards {
display: flex;
min-width: 10rem;
}
.zone-forwards > * {
flex: 1 1 45%;
}
@ -2479,6 +2471,7 @@ input[name="nslookup"] {
#cbi-firewall-zone .table {
display: table;
table-layout: fixed;
}
#cbi-network-switch_vlan #vlan_table {
@ -2590,10 +2583,6 @@ input[name="nslookup"] {
.node-admin-status > .main fieldset li > a {
padding: .3rem .6rem;
}
#cbi-firewall-zone > .table {
display: block;
}
}
@media screen and (max-width: 1400px) {
@ -3119,10 +3108,6 @@ input[name="nslookup"] {
min-width: 20rem;
}
.cbi-value-field .cbi-input-select {
width: 20rem;
}
.cbi-value-field .cbi-dropdown {
min-width: 20rem;
}
@ -3138,10 +3123,6 @@ input[name="nslookup"] {
min-width: 22rem;
}
.cbi-value-field .cbi-input-select {
width: 22rem;
}
.cbi-value-field .cbi-dropdown {
min-width: 22rem;
}
@ -3153,10 +3134,6 @@ input[name="nslookup"] {
min-width: 25rem;
}
.cbi-value-field .cbi-input-select {
width: 25rem;
}
.cbi-value-field .cbi-dropdown {
min-width: 25rem;
}