luci-theme-material: fix some style bugs
Signed-off-by: Lutty Yang <lutty@wcan.in>
This commit is contained in:
parent
8296a47c1a
commit
1328b89ef8
2 changed files with 5 additions and 5 deletions
|
@ -807,7 +807,7 @@ form.inline + form.inline,
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 15rem;
|
min-height: 15rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
font-size: smaller;
|
font-size: small;
|
||||||
color: #5F5F5F;
|
color: #5F5F5F;
|
||||||
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
@ -945,7 +945,7 @@ div.cbi-value var, td.cbi-value-field var {
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
font-size: smaller;
|
font-size: small;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1166,7 +1166,7 @@ header > .container > .pull-right > * {
|
||||||
#cbi-firewall-redirect table *,
|
#cbi-firewall-redirect table *,
|
||||||
#cbi-network-switch_vlan table *,
|
#cbi-network-switch_vlan table *,
|
||||||
#cbi-firewall-zone table *{
|
#cbi-firewall-zone table *{
|
||||||
font-size: smaller;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cbi-firewall-redirect table input[type="text"],
|
#cbi-firewall-redirect table input[type="text"],
|
||||||
|
@ -1220,7 +1220,7 @@ body.lang_pl.node-main-login .cbi-value-title {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-input-textarea {
|
.cbi-input-textarea {
|
||||||
font-size: smaller;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-status-iptables > .main fieldset li > a {
|
.node-status-iptables > .main fieldset li > a {
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
var ret = false;
|
var ret = false;
|
||||||
if (!$('body').hasClass('logged-in')) {
|
if (!$('body').hasClass('logged-in')) {
|
||||||
luciLocation = ["Main", "Login"];
|
luciLocation = ["Main", "Login"];
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$(".main > .main-left > .nav > .slide > .menu").each(function () {
|
$(".main > .main-left > .nav > .slide > .menu").each(function () {
|
||||||
|
|
Loading…
Reference in a new issue