Just some simple css spelling corrections on colors and other minor things
authorthe_mgt <themgt@uncensored.citadel.org>
Tue, 17 Jul 2012 11:45:31 +0000 (13:45 +0200)
committerthe_mgt <themgt@uncensored.citadel.org>
Tue, 17 Jul 2012 11:45:31 +0000 (13:45 +0200)
webcit/static/styles/iconbar.css
webcit/static/styles/service.css
webcit/static/styles/webcit.css

index 12e51e8e310c42d9e608e243b2bddf13181a51a8..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 {}
 
index 4b32be3ee9609f6e1aade12533153682af973aaf..cea1754656f1c2166f2d8ba1bf253da932d37cb3 100644 (file)
@@ -7,7 +7,7 @@
        padding: 0 0.5em;
        width: 95%;
        font-family: monospace;
-       background-color: #ffff;
+       background-color: #fff;
        border: 1px solid #5C646B;
        -webkit-box-shadow: #666 0px 1px 2px;
        -moz-box-shadow: #666 0px 2px 3px;
index ca7ac7e05d9dd7b5f42591793023d76f7c5f3e00..c34aa6f22c03689f1935ca45f489285b63469c6b 100644 (file)
@@ -425,7 +425,7 @@ body {
        background-color: #3E65AF;
        color: #FFF;
        position: absolute;
-       top: 25; 
+       top: 25px
        z-index: 4;
        padding: 3px;
        margin: 0px auto;
@@ -484,7 +484,7 @@ body {
        -o-text-overflow: ellipsis;
 }
 
-.new_message { font-weight: bold; !important }
+.new_message { font-weight: bold !important }
 
 #loading { text-align: center}