X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Ffreifunk-generic%2Fhtdocs%2Fluci-static%2Ffreifunk-generic%2Fcascade.css;h=d5fe77279ddadcc725ff98b86face6fcdb159a59;hp=cd49fcbe23203d82c4b1c1ade48fd91be3b9db90;hb=839dcdc01299869bc714990c19d8e244f18318b5;hpb=31d76dbb64da3bcba3132d6246422ae50b376e5c diff --git a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css index cd49fcbe23..d5fe77279d 100644 --- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css +++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css @@ -275,19 +275,19 @@ ul.dropdowns ul ul ul li:hover ul { left: 100%; } -#xhr_poll_status { - cursor: pointer; -} +#xhr_poll_status { + cursor: pointer; +} -#xhr_poll_status #xhr_poll_status_off { - font-weight: bold; - color: #FF0000; -} +#xhr_poll_status #xhr_poll_status_off { + font-weight: bold; + color: #FF0000; +} -#xhr_poll_status #xhr_poll_status_on { - font-weight: bold; - color: #00FF00; -} +#xhr_poll_status #xhr_poll_status_on { + font-weight: bold; + color: #00FF00; +} #menubar { position: relative; @@ -658,7 +658,7 @@ input.cbi-button-add { background-color: inherit; color: #000; padding: 0 1px 0 17px; - border: 1px solid #FFF; + border: 1px solid #FFF; } input.cbi-input-fieldadd, @@ -691,18 +691,27 @@ input.cbi-button-save { input.cbi-input-apply, input.cbi-button-apply { background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center; - background-color: inherit; - color: #000; + background-color: inherit; + color: #000; padding: 0 1px 0 17px; -} +} -input.cbi-input-link, - input.cbi-button-link { - background: url('../resources/cbi/link.gif') no-repeat scroll 1px center; +input.cbi-input-link, +input.cbi-button-link { + background: url('../resources/cbi/link.gif') no-repeat scroll 1px center; background-color: inherit; - color: #000; + color: #000; + padding: 0 1px 0 17px; + border: none; +} + +input.cbi-input-download, +input.cbi-button-download { + background: url('../resources/cbi/download.gif') no-repeat scroll 1px center; + background-color: inherit; + color: #000; padding: 0 1px 0 17px; - border: none; + border: none; } input.cbi-input-remove, @@ -994,72 +1003,72 @@ td.cbi-value-error { padding: 0.5em; } -.uci-change-list { - font-family: monospace; -} - -.uci-change-list ins, -.uci-change-legend-label ins { - text-decoration: none; - border: 1px solid #00FF00; - background-color: #CCFFCC; - display: block; - padding: 2px; -} - -.uci-change-list del, -.uci-change-legend-label del { - text-decoration: none; +.uci-change-list { + font-family: monospace; +} + +.uci-change-list ins, +.uci-change-legend-label ins { + text-decoration: none; + border: 1px solid #00FF00; + background-color: #CCFFCC; + display: block; + padding: 2px; +} + +.uci-change-list del, +.uci-change-legend-label del { + text-decoration: none; border: 1px solid #FF0000; background-color: #FFCCCC; - display: block; - font-style: normal; - padding: 2px; -} - -.uci-change-list var, -.uci-change-legend-label var { - text-decoration: none; + display: block; + font-style: normal; + padding: 2px; +} + +.uci-change-list var, +.uci-change-legend-label var { + text-decoration: none; border: 1px solid #CCCCCC; background-color: #EEEEEE; - display: block; - font-style: normal; - padding: 2px; -} - -.uci-change-list var ins, -.uci-change-list var del { - /*display: inline;*/ - border: none; - white-space: pre; - font-style: normal; - padding: 0px; -} - -.uci-change-legend { - padding: 5px; -} - -.uci-change-legend-label { - width: 150px; - float: left; - font-size: 80%; -} - -.uci-change-legend-label>ins, -.uci-change-legend-label>del, -.uci-change-legend-label>var { - float: left; - margin-right: 4px; - width: 10px; - height: 10px; - display: block; -} - -.uci-change-legend-label var ins, + display: block; + font-style: normal; + padding: 2px; +} + +.uci-change-list var ins, +.uci-change-list var del { + /*display: inline;*/ + border: none; + white-space: pre; + font-style: normal; + padding: 0px; +} + +.uci-change-legend { + padding: 5px; +} + +.uci-change-legend-label { + width: 150px; + float: left; + font-size: 80%; +} + +.uci-change-legend-label>ins, +.uci-change-legend-label>del, +.uci-change-legend-label>var { + float: left; + margin-right: 4px; + width: 10px; + height: 10px; + display: block; +} + +.uci-change-legend-label var ins, .uci-change-legend-label var del { - line-height: 6px; - border: none; + line-height: 6px; + border: none; } -} +}