* Added IPKG-configuration
[project/luci.git] / contrib / media / cascade.css
index 7717b184ae33fbc7d216f413c1311a47bbd2a64c..d09ab7477c9f09027eb0da652f1455cdeba2a9c1 100644 (file)
@@ -9,6 +9,7 @@ h1 {
        margin: 0%;
        font-size: 1.4em;
        font-weight: bold;
+       margin-bottom: 0.5em;
 }
 
 h2 {
@@ -17,6 +18,10 @@ h2 {
        font-weight: bold;
 }
 
+h3 {
+       margin: 0%;
+}
+
 #header {
        padding: 0.2em;
        height: 4.5em;
@@ -156,33 +161,96 @@ h2 {
        display: none;
 }
 
+.inline {
+       display: inline;
+}
 
-.cbi-value-title, .cbi-lvalue-title {
-       float: left;
-       font-weight: bold;
-       line-height: 2em;
+.code {
+       background: #f7f7f7;
+       border: 1px solid #d7d7d7;
+       margin: 1em 1.75em;
+       padding: 1em;
+}
+
+code {
+       display: block;
+       background: #f7f7f7;
+       border: 1px solid #d7d7d7;
+       margin: 1em 1.75em;
+       padding: 1em;
+       overflow: auto;
+       white-space: pre;
+}
+
+.cbi-section {
+       margin-top: 1em;
 }
 
-.cbi-value-field, .cbi-lvalue-field {
+.cbi-section-remove {
        text-align: right;
 }
 
-.cbi-value-description, .cbi-lvalue-description {
-       clear: both;
-       font-style: italic;
-       font-size: 0.8em; 
+.cbi-value-title {
+       line-height: 1.75em;
+       width: 15em;
+       font-weight: bold;
 }
 
-.cbi-value {
-       margin-bottom: 1em;
+.cbi-value-field {
+       text-align: left;
+       line-height: 1.75em;
+}
+
+.cbi-value-field input, .cbi-value-field select,
+.cbi-optionals select, .cbi-optionals input,
+.cbi-section-remove input, .cbi-section-create input  {
+       font-size: 0.8em;
+       margin: 0%;
+}
+
+.cbi-value-description {
+       font-style: italic;
+       font-size: 0.8em; 
+       margin-bottom: 0.5em;
 }
 
 .cbi-form-separator {
        margin-top: 1em;
 }
 
-.cbi-tsection-node {
+.cbi-section-node {
+       display: block;
+       background: #f7f7f7;
+       border: 1px solid #d7d7d7;
+       overflow: auto;
+       margn-bottom: 0%;
+}
+
+.cbi-section-node h3 {
+       margin-bottom: 0.5em;
+}
+
+.cbi-error {
+       color: red;
+       font-weight: bold;
+       font-size: 0.8em;
+       margin-bottom: 0.75em;
+}
+
+.cbi-optionals {
        margin-top: 1em;
-       border: none;
-       background-color: #eeeeee;
+}
+
+.cbi-optionals option {
+       font-size: 0.8em;
+}
+
+.error {
+       color: red;
+       font-weight: bold;
+}
+
+.ok {
+       color: green;
+       font-weight: bold;
 }
\ No newline at end of file