themes: Add .cbi-input-invalid to css for themes which were missing it
[project/luci.git] / themes / oxygen / htdocs / luci-static / oxygen / cascade.css
index 5bf14d2..9fa4acc 100644 (file)
@@ -1,16 +1,16 @@
 @charset "utf-8";
 
 @media all {
-       
+
 html, body {
        height: 100%;
 }
-       
+
 body {
        font-family: Verdana, Arial, sans-serif;
        font-size: 101%;
        line-height: 100%;
-       background: #557788 url(bg.png) no-repeat;      
+       background: #557788 url(bg.png) no-repeat;
 }
 
 div#screen {
@@ -110,13 +110,13 @@ code {
        color: #ffffff;
        width: 80%;
        font-size: 0.8em;
-       
+
        margin: 0.5em auto;
-       
+
        padding: 0.25em;
        padding-left: 0.5em;
        padding-right: 0.5em;
-       
+
        border: 1px solid #000000;
        border-radius: 0.8em;
        -khtml-border-radius: 0.8em;
@@ -136,9 +136,9 @@ html .menubar a:visited {
        text-decoration: none;
        font-weight: bold;
 }
-       
+
 html .menubar a.menulink {
-       margin-left: 1em;       
+       margin-left: 1em;
 }
 
 
@@ -186,7 +186,7 @@ html .menubar a:visited.warning {
        color: #000000;
        border-width: 1px solid #444444;
        font-size: 80%;
-       
+
        border-radius: 1em;
        -khtml-border-radius: 1em;
        -moz-border-radius: 1em;
@@ -211,6 +211,14 @@ html .menubar a:visited.warning {
        margin-bottom: 1em;
 }
 
+textarea#syslog {
+       width: 98%;
+       min-height: 500px;
+       border: 3px solid #cccccc;
+       padding: 5px;
+       font-family: monospace;
+}
+
 .cbi-section {
        margin-bottom: 0.5em;
        padding: 0.5em 1em;
@@ -312,6 +320,12 @@ td input[type=password] {
        width: 99%;
 }
 
+img.cbi-image-button {
+       cursor: pointer;
+       margin: 0 2px;
+       vertical-align: middle;
+}
+
 input.cbi-input-user {
        background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
        background-color: inherit;
@@ -394,6 +408,14 @@ div.cbi-section-remove input {
        padding-right: 1px;
 }
 
+.cbi-input-invalid {
+       background-image: url('../resources/cbi/reset.gif');
+       background-repeat: no-repeat;
+       background-position: right;
+       color: #FF0000 !important;
+       border-color: #FF0000;
+}
+
 div.cbi-section-remove input {
        border-bottom: none;
 }
@@ -599,36 +621,6 @@ td.cbi-value-error {
        padding: 0.5em;
 }
 
-#memorybar {
-       width: 200px;
-       height: 8px;
-       border: 1px solid #bbb;
-       color: black;
-       background-color: red;
-}
-
-#memfree, #membuffers, #memcached {
-       float: right;
-       border: 1px solid #bbb;
-       height: 6px;
-}
-
-#memfree {
-       background-color: green;
-       color: black;
-}
-
-#membuffers {
-       background-color: yellow;
-       color: black;
-}
-
-#memcached {
-       background-color: #ffa500;
-       color: black;
-}
-
-
 /* obligatory IE6 Voodoo Code */
 
 * html body {