themes/openwrt: layout tweaks
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index aaba385..76f7e0e 100644 (file)
@@ -10,7 +10,6 @@ html {
 body {
        color: #ffffff;
        background-color: #4a6b7c;
 body {
        color: #ffffff;
        background-color: #4a6b7c;
-       background-image: url(bg.jpg);
        background-position: bottom center;
        background-repeat: repeat-x;
        font-family: Verdana, Arial, sans-serif;
        background-position: bottom center;
        background-repeat: repeat-x;
        font-family: Verdana, Arial, sans-serif;
@@ -24,6 +23,15 @@ body {
        padding: 0;
 }
 
        padding: 0;
 }
 
+a img {
+       border: none;
+       text-decoration: none;
+}
+
+small {
+       white-space: nowrap;
+}
+
 ul.tabmenu {
        margin: 0;
        clear: both;
 ul.tabmenu {
        margin: 0;
        clear: both;
@@ -324,13 +332,20 @@ ul.cbi-apply {
        font-size: 90%;
 }
 
        font-size: 90%;
 }
 
+input:-webkit-input-placeholder {
+       color: #AAAAAA;
+}
+
+input:-moz-input-placeholder {
+       color: #AAAAAA;
+}
+
 input[type=submit],
 input[type=reset],
 input[type=image] {
        cursor: pointer;
 }
 
 input[type=submit],
 input[type=reset],
 input[type=image] {
        cursor: pointer;
 }
 
-
 select,
 input,
 textarea {
 select,
 input,
 textarea {