]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/banner.css
cosmetic stuff
[citadel.git] / webcit / static / styles / banner.css
index dacb9ddffdf47bab21ab780fecc4a6ccf3ab8be6..9c9e9ad6bed965af6acf180608289474fc6c35ee 100644 (file)
@@ -1,5 +1,10 @@
 #banner {
-       background-color: #4D555C;
+       background: #4D555C;
+       background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4D555C), to(#7D858C));
+       background: -moz-linear-gradient(#4D555C, #7D858C);
+       background: linear-gradient(#4D555C, #7D858C);
+       -pie-background: linear-gradient(#4D555C, #7D858C);
+       behavior: url(/static/styles/PIE.htc);
        color: #FFF;
        margin: 0;
        padding: 0;
@@ -76,8 +81,8 @@
 }
 
 #banner ul.room_actions li select, #banner ul.room_actions li input {
-       margin-top: 8px;
-       margin-right: 4px;
+       margin-top: 2px;
+       margin-right: 2px;
 }
 #selectpage.hidden { display: none !important }