X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Ffreifunk%2Fhtdocs%2Fluci-static%2Ffreifunk%2Fcascade.css;h=3c5a04514ca62011f6b978e856482030e23f4a20;hp=8571c9feb6cd797bbae393f22024c23a9ce68e81;hb=6832010927ae4a2c287be9d49bd262d751efff5b;hpb=83de41903cd65ea5f74fdcea8df288e9bbfbbdf9 diff --git a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css index 8571c9feb..3c5a04514 100644 --- a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css +++ b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css @@ -552,6 +552,11 @@ table.smalltext tr td { .cbi-rowstyle-2 { } +table.cbi-section-table .cbi-section-table-cell { + padding: 3px; + white-space: nowrap; +} + div.cbi-value { clear: left; vertical-align: middle; @@ -814,3 +819,34 @@ div.cbi-tab-descr { * html div.cbi-value-description { 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; +}