themes: add new classes to remaining themes
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Feb 2012 16:00:00 +0000 (16:00 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Feb 2012 16:00:00 +0000 (16:00 +0000)
themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css
themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css
themes/freifunk/htdocs/luci-static/freifunk/cascade.css
themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
themes/oxygen/htdocs/luci-static/oxygen/cascade.css

index 73c0201..6e2635a 100644 (file)
@@ -456,6 +456,11 @@ table.smalltext tr td {
 
 }
 
+table.cbi-section-table .cbi-section-table-cell {
+       padding: 3px;
+       white-space: nowrap;
+}
+
 div.cbi-value {
        clear: left;
        vertical-align: middle;
@@ -698,3 +703,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;
+}
index cc192bc..b78814e 100644 (file)
@@ -544,6 +544,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;
@@ -807,3 +812,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;
+}
index 0663db6..9a80e0f 100644 (file)
@@ -91,7 +91,40 @@ a img {
        padding: 5px;
 }
 
-#header {height: auto;
+
+.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;
+}
+
+
+#header {
+       height: auto;
        background: #FFF url(header.jpg) repeat-x left bottom;
        color: #ccc;
        font-weight: bold;
@@ -768,6 +801,11 @@ table.cbi-section-table .cbi-rowstyle-2:hover {
        color: #000000;
 }
 
+table.cbi-section-table .cbi-section-table-cell {
+       padding: 3px;
+       white-space: nowrap;
+}
+
 .cbi-section .cbi-rowstyle-1 h3 {
        background-color: #f1f6fa;
        color: #555;
index cb7cc7f..2719807 100644 (file)
@@ -715,6 +715,11 @@ table.cbi-section-table .cbi-rowstyle-1 * {
        color: #000000;\r
 }\r
 \r
+table.cbi-section-table .cbi-section-table-cell {\r
+       padding: 3px;\r
+       white-space: nowrap;\r
+}\r
+\r
 .cbi-section .cbi-rowstyle-1 h3 {\r
        background-color: #f1f6fa;\r
        color: #555555;\r
@@ -897,4 +902,34 @@ td.cbi-value-error {
 }\r
 \r
 \r
+.ifacebox {\r
+       background-color: #FFFFFF;\r
+       border: 1px solid #CCCCCC;\r
+       margin: 0 10px;\r
+       text-align: center;\r
+       white-space: nowrap;\r
+}\r
+\r
+.ifacebox .ifacebox-head {\r
+       border-bottom: 1px solid #CCCCCC;\r
+       padding: 2px;\r
+}\r
+\r
+.ifacebox .ifacebox-body {\r
+       padding: 2px;\r
+}\r
+\r
+\r
+.ifacebadge {\r
+       background-color: #FFFFFF;\r
+       border: 1px solid #CCCCCC;\r
+       padding: 2px;\r
+       margin-left: 2px;\r
+}\r
+\r
+.ifacebadge-active {\r
+       border-color: #000000;\r
+       font-weight: bold;\r
+}\r
+\r
 }\r
index 8571c9f..3c5a045 100644 (file)
@@ -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;
+}
index 5d3abc5..27f7fe7 100644 (file)
@@ -649,6 +649,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;
@@ -821,4 +826,35 @@ td.cbi-value-error {
        padding: 0.5em;
 }
 
+
+.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;
+}
+
 }
index eb83e1d..8270ada 100644 (file)
@@ -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;
+}
+
 }