luci-0.10: merge r7370
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index b0ae18b..c19c261 100644 (file)
@@ -5,6 +5,7 @@
 html {
        min-height: 100%;
        height: auto;
+       position:relative;
 }
 
 body {
@@ -13,7 +14,7 @@ body {
        background-position: bottom center;
        background-repeat: repeat-x;
        font-family: Verdana, Arial, sans-serif;
-       font-size: 101%;
+       font-size: 11pt;
        line-height: 100%;
        padding-bottom: 1.5em;
 }
@@ -23,12 +24,21 @@ body {
        padding: 0;
 }
 
+a img {
+       border: none;
+       text-decoration: none;
+}
+
+small {
+       white-space: nowrap;
+}
+
 ul.tabmenu {
        margin: 0;
        clear: both;
        display: block;
        vertical-align: bottom;
-       font-size: 90%;
+       font-size: 10pt;
        padding: 5px 0 0 5px;
 }
 
@@ -88,6 +98,10 @@ ul.l1 li a {
        border-color: #444444;
 }
 
+ul.l1 li.tabmenu-item-logout a {
+       margin-left: 30px;
+}
+
 abbr,
 acronym {
        font-style: normal;
@@ -240,8 +254,9 @@ textarea#syslog {
 
 #maincontainer {
        clear: both;
-       width: 80%;
+       width: 96%;
        margin: 0 auto;
+       height:100%;
 }
 
 #maincontent {
@@ -323,13 +338,21 @@ ul.cbi-apply {
        font-size: 90%;
 }
 
+input:-webkit-input-placeholder {
+       color: #AAAAAA;
+}
+
+input:-moz-input-placeholder {
+       color: #AAAAAA;
+}
+
 input[type=submit],
 input[type=reset],
-input[type=image] {
+input[type=image],
+input[type=button] {
        cursor: pointer;
 }
 
-
 select,
 input,
 textarea {
@@ -365,6 +388,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;
@@ -438,6 +467,15 @@ input.cbi-button-apply {
        padding-right: 1px;
 }
 
+input.cbi-input-link,
+input.cbi-button-link {
+       background: url('../resources/cbi/link.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
 input.cbi-input-remove,
 div.cbi-section-remove input {
        background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
@@ -703,12 +741,12 @@ div.cbi-tab-descr {
 }
 
 .luci {
-       position: fixed;
+       position: absolute;
        bottom: 0;
-       left: 0;
-       text-align: right;
+       left: 1em;
+       height: 1.5em;
+       font-size: 80%;
 }
-
 .luci a:link,
 .luci a:visited {
        background-color: transparent;
@@ -805,33 +843,4 @@ div.cbi-tab-descr {
 }
 
 
-#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;
-}
-
 }