X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Ffledermaus%2Froot%2Fwww%2Fffluci%2Fmedia%2Fcascade.css;h=5920254c7813c24e159a89763d10bcf0ef3ca9bf;hp=a7245ae60b886a2cf663b580e70e96d714590b2b;hb=c6c50b3ec60b284107f459e5923c146d515afd2a;hpb=aa9ccf77c6648515ba58c37b9345cdbd561028db diff --git a/themes/fledermaus/root/www/ffluci/media/cascade.css b/themes/fledermaus/root/www/ffluci/media/cascade.css index a7245ae60..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; @@ -244,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; } @@ -257,6 +285,7 @@ table th, table, td { .cbi-optionals { margin-top: 1em; + display: table-cell; } .cbi-optionals option {