summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-14 12:10:44 +0000
committerSteven Barth <steven@midlink.org>2008-05-14 12:10:44 +0000
commit3f4f75b1079eb1ea29b6c2fde9a3dd25c52f2fe4 (patch)
tree21864f75a3f353720fde2118f15dd504c3a160eb /themes/fledermaus
parent9a8624350f9f47f5d3abbf8a7cdafea4246334d6 (diff)
* core: Added template for a table view of typed sections
Diffstat (limited to 'themes/fledermaus')
-rw-r--r--themes/fledermaus/root/www/ffluci/media/cascade.css41
1 files changed, 29 insertions, 12 deletions
diff --git a/themes/fledermaus/root/www/ffluci/media/cascade.css b/themes/fledermaus/root/www/ffluci/media/cascade.css
index 9dc24c3dd..5920254c7 100644
--- a/themes/fledermaus/root/www/ffluci/media/cascade.css
+++ b/themes/fledermaus/root/www/ffluci/media/cascade.css
@@ -143,6 +143,18 @@ h3 {
margin-top: 0%;
}
+.table {
+ display: table;
+}
+
+.table-row {
+ display: table-row;
+}
+
+.table-cell {
+ display: table-cell;
+}
+
.left {
float: left;
text-align: left;
@@ -165,18 +177,6 @@ h3 {
display: inline;
}
-.table {
- display: table;
-}
-
-.table-cell {
- display: table-cell;
-}
-
-.table-row {
- display: table-row;
-}
-
.code {
background: #f7f7f7;
border: 1px solid #d7d7d7;
@@ -256,6 +256,22 @@ table th, table, td {
border: 1px solid #d7d7d7;
}
+.cbi-section-row {
+ display: table-row;
+}
+
+.cbi-section-row-head {
+ display: table-cell;
+ font-weight: bold;
+ padding: 0.25em;
+}
+
+.cbi-section-row-descr {
+ display: table-cell;
+ padding: 0.25em;
+ font-size: 0.8em;
+}
+
.cbi-section-node h3 {
margin-bottom: 0.5em;
}
@@ -269,6 +285,7 @@ table th, table, td {
.cbi-optionals {
margin-top: 1em;
+ display: table-cell;
}
.cbi-optionals option {