Applied new colors to navbar, reduced banner height, tried to adjust iconbar logo...
[citadel.git] / webcit / static / styles / banner.css
index 9c9e9ad6bed965af6acf180608289474fc6c35ee..0a8f3a63373b3f1af532a4bbc30b8183d84d121a 100644 (file)
@@ -5,11 +5,12 @@
        background: linear-gradient(#4D555C, #7D858C);
        -pie-background: linear-gradient(#4D555C, #7D858C);
        behavior: url(/static/styles/PIE.htc);
+        border-bottom: 2px solid #424b52;
        color: #FFF;
        margin: 0;
        padding: 0;
        top: 0;
-       height: 120px;          /* when changing this, also change #content */
+       height: 100px;          /* when changing this, also change #content */
        position: fixed;
        width: 84%;             /* when changing this, also change #iconbar and #content */
        left: 16%;              /* when changing this, also change #iconbar and #content */
@@ -70,6 +71,7 @@
 #banner ul.room_actions {
        list-style: none;
        text-align: left;
+       margin: 0;
 }
 #banner ul.room_actions li {
        white-space: nowrap;