Applied new colors to navbar, reduced banner height, tried to adjust iconbar logo...
[citadel.git] / webcit / static / styles / iconbar.css
index f6abd4fd5ef2819c22d142e8693bebdbd2a1ce66..04129663c544fe5d0c07b4ae2f6dddc9728e2ead 100644 (file)
@@ -11,7 +11,7 @@
 
 #iconbar_container { background-color: #FFF; }
 
-#citlogo { padding: 10px 0; }
+#citlogo { padding: 13px 0; }
 
 .logo_citadel a,.logo_citadel img {
        border: none;
@@ -52,8 +52,8 @@
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
-       behavior: url(/static/styles/PIE.htc);
-}
+       behavior: url(border-radius.htc);
+ }
 
 .logo, .logo_citadel, .iconbar_text {
        margin: 0;
 #button li:hover, #ib_logoff:hover {
         background-color: #5c646b;
 }
+
+#ib_users {
+       -khtml-border-radius: 5px;
+       -moz-border-radius: 5px;
+       border-radius: 5px;
+       behavior: url(border-radius.htc);
+}