X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=themes%2Fluci-theme-openwrt%2Fhtdocs%2Fluci-static%2Fopenwrt.org%2Fcascade.css;fp=themes%2Fluci-theme-openwrt%2Fhtdocs%2Fluci-static%2Fopenwrt.org%2Fcascade.css;h=faaaf220a151a23a1f9f4d326e6d9e8196aa9bd3;hb=13e9e3e9e8633c7a54fe5fec1481e9df62594982;hp=fe46400717af0bea18e2873e98912c3568a6bf0a;hpb=eaa193336fc7b1f4bf2b8a51c120308d90e86e95;p=project%2Fluci.git diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index fe46400717..faaaf220a1 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -933,8 +933,8 @@ div.cbi-optionals { margin-left: 3px; } -.th[data-type="button"], .td[data-type="button"], -.th[data-type="fvalue"], .td[data-type="fvalue"] { +.th[data-widget="button"], .td[data-widget="button"], +.th[data-widget="fvalue"], .td[data-widget="fvalue"] { flex: 1 1 2em; text-align: center; } @@ -1828,8 +1828,8 @@ select + .cbi-button { word-wrap: normal; } - .td[data-type="button"], - .td[data-type="fvalue"] { + .td[data-widget="button"], + .td[data-widget="fvalue"] { flex: 1 1 12.5%; text-align: left; } @@ -1972,12 +1972,12 @@ select + .cbi-button { flex-basis: 100%; } - .td.cbi-value-field[data-type="dvalue"] { + .td.cbi-value-field[data-widget="dvalue"] { flex-basis: 50%; } - .td.cbi-value-field[data-type="button"], - .td.cbi-value-field[data-type="fvalue"] { + .td.cbi-value-field[data-widget="button"], + .td.cbi-value-field[data-widget="fvalue"] { flex-basis: 25%; text-align: left; } @@ -2038,8 +2038,8 @@ select + .cbi-button { margin-top: .5em; } - #cbi-firewall-rule .td[data-type="fvalue"], - #cbi-firewall-redirect .td[data-type="fvalue"] { + #cbi-firewall-rule .td[data-widget="fvalue"], + #cbi-firewall-redirect .td[data-widget="fvalue"] { display: none; } }