themes/freifunk-generic: Make 'tr.cbi-section-table-descr th' bold
[project/luci.git] / themes / freifunk-generic / htdocs / luci-static / freifunk-generic / cascade.css
index d20d74f..3d226dd 100644 (file)
@@ -17,7 +17,7 @@ body {
 }
 
 html, body {
-height: 99%;
+       height: 99%;
 }
 
 * {
@@ -64,6 +64,10 @@ code {
        clear: both;
 }
 
+a img {
+       border: 0;
+}
+
 .skiplink,
 .navigation,
 .hidden {
@@ -82,46 +86,57 @@ code {
 }
 
 .errorbox {
-border: 1px solid #F00;
-background-color: #FCC;
-padding: 5px;
+       border: 1px solid #F00;
+       background-color: #FCC;
+       padding: 5px;
 }
 
-#header {
-       min-height: 100px;
+#header {height: auto;
        background: #FFF url(header.jpg) repeat-x left bottom;
        color: #ccc;
        font-weight: bold;
        text-align:right;
 }
 
-#header img {
-       border: 0;
-       padding-left: 10px;
+.header_left img {
+       padding: 10px 10px 0px 10px;
 }
 
-#header_left{
-text-align:left;
-top: 42px;
-float:left;
+.header_banner {
+       overflow:hidden;
+       padding-bottom: 6px;
+       text-align:left;
 }
 
-#header_left a{
-color: #dc0067;
-font: bold 28px Helvetica;
-text-decoration: none;
+.header_banner img{
+       padding: 0px;
 }
 
-#header p {
-       padding: 0 1em 1em 1em;
+.header_left{
+       text-align:left;
+}
+
+.header_left a{
+       color: #dc0067;
+       font: bold 36px Helvetica;
+       text-decoration: none;
+}
+
+.header_left .spacer {
+height: 12px;
+min-height:12px;
+width:99%;
 }
 
 #header h1,
-#header p {
+.header_right {
+       position: absolute;
+       text-align: right;
+       top: 10px;
+       right: 10px;
        font-size: 70%;
        font-weight: normal;
        line-height: 160%;
-       text-align: right;
 }
 
 ul.dropdowns {
@@ -242,7 +257,6 @@ html #menubar a:visited {
        font-weight: normal;
 }
 
-
 html #menubar a:link:hover,
 html #menubar a:visited:hover,
 html #menubar a:link:active,
@@ -485,7 +499,6 @@ div.cbi-tab-descr {
         padding: 0.5em 0.5em 0.5em 2em;
 }
 
-
 input[type=submit],
 input[type=reset],
 input[type=image],
@@ -493,7 +506,6 @@ input[type=button] {
        cursor: pointer;
 }
 
-
 select,
 input,
 textarea {
@@ -556,6 +568,10 @@ input.cbi-input-reload {
        padding-left: 17px;
 }
 
+input.cbi-button{
+       margin-top: 1.3em;
+}
+
 input.cbi-input-add,
 input.cbi-button-add {
        background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
@@ -784,7 +800,7 @@ table.cbi-section-table td {
 }
 
 tr.cbi-section-table-descr th {
-       font-weight: normal;
+       font-weight: bold;
        font-size: 90%;
 }
 
@@ -828,19 +844,19 @@ td.cbi-value-error {
 }
 
 .footer, .push {
-height: 2em;
+       height: 2em;
 }
 
 .footer {
-width: 99%;
-padding: 0.3em;
+       width: 99%;
+       padding: 0.3em;
 }
 
 .wrapper {
-min-height: 100%;
-height: auto !important;
-height: 100%;
-margin: 0 auto -2em;
+       min-height: 100%;
+       height: auto !important;
+       height: 100%;
+       margin: 0 auto -2em;
 }
 
 .luci a:link,