]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/iconbar.css
Removed borders around blockquotes and adapted margins to the normal messageview...
[citadel.git] / webcit / static / styles / iconbar.css
index 245fb0d2fe8f07d39f84294b98b2ed705958c36b..38c8408908d3d04e319fb14600394fbaebcdcd05 100644 (file)
@@ -52,7 +52,7 @@
 
 .iconbar_text > span {         cursor: pointer }
 
-div.iconbar_text select { border: 1px solid 424b5; }
+div.iconbar_text select { border: 1px solid #424b52; }
 
 #iconbar_menu {}
 
@@ -71,24 +71,22 @@ div.iconbar_text select { border: 1px solid 424b5; }
 }
 
 .ib_button, .floor {
-       margin: 3px 9px;
-       padding: 0;
+       margin: 0.2em;
        display: block;
-       font-size: 80%;
+       font-size: 90%;
        background-color: #4d555c;
        color: #F0FEFF;
        font-weight: bold;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
-       behavior: url(static/styles/PIE.htc);
  }
 
 .logo, #citlogo, .iconbar_text, #online_users li {
        text-align: center;
 }
 
-#button li:hover, #ib_logoff:hover {
+#button li:hover, #ib_logoff:hover, #ib_login:hover {
        background-color: #5c646b;
 }