From 1328b89ef875671d973835f19675166248df5674 Mon Sep 17 00:00:00 2001 From: Lutty Yang Date: Sat, 24 Oct 2015 10:14:11 +0800 Subject: luci-theme-material: fix some style bugs Signed-off-by: Lutty Yang --- .../luci-theme-material/htdocs/luci-static/material/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/luci-theme-material/htdocs/luci-static/material/css') diff --git a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css index 6b5a0bae31..d4feb368b2 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css @@ -807,7 +807,7 @@ form.inline + form.inline, width: 100%; min-height: 15rem; padding: 1rem; - font-size: smaller; + font-size: small; color: #5F5F5F; margin-bottom: 20px; @@ -945,7 +945,7 @@ div.cbi-value var, td.cbi-value-field var { } small { - font-size: smaller; + font-size: small; white-space: normal; } @@ -1166,7 +1166,7 @@ header > .container > .pull-right > * { #cbi-firewall-redirect table *, #cbi-network-switch_vlan table *, #cbi-firewall-zone table *{ - font-size: smaller; + font-size: small; } #cbi-firewall-redirect table input[type="text"], @@ -1220,7 +1220,7 @@ body.lang_pl.node-main-login .cbi-value-title { } .cbi-input-textarea { - font-size: smaller; + font-size: small; } .node-status-iptables > .main fieldset li > a { -- cgit v1.2.3