X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Foxygen%2Fhtdocs%2Fluci-static%2Foxygen%2Fcascade.css;h=8270adaf917668513cafd8d4aedb34bc80716bd2;hp=eb83e1d2dd404882609a21c8848412767b60a925;hb=6832010927ae4a2c287be9d49bd262d751efff5b;hpb=83de41903cd65ea5f74fdcea8df288e9bbfbbdf9 diff --git a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css index eb83e1d2d..8270adaf9 100644 --- a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css +++ b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css @@ -507,6 +507,11 @@ table.cbi-section-table .cbi-rowstyle-1 * { color: #000000; } +table.cbi-section-table .cbi-section-table-cell { + padding: 3px; + white-space: nowrap; +} + .cbi-section .cbi-rowstyle-1 h3 { background-color: #eeeeff; color: #555555; @@ -689,4 +694,35 @@ td.cbi-value-error { margin-left: 40%; } + +.ifacebox { + background-color: #FFFFFF; + border: 1px solid #CCCCCC; + margin: 0 10px; + text-align: center; + white-space: nowrap; +} + +.ifacebox .ifacebox-head { + border-bottom: 1px solid #CCCCCC; + padding: 2px; +} + +.ifacebox .ifacebox-body { + padding: 2px; +} + + +.ifacebadge { + background-color: #FFFFFF; + border: 1px solid #CCCCCC; + padding: 2px; + margin-left: 2px; +} + +.ifacebadge-active { + border-color: #000000; + font-weight: bold; +} + }