Slight adaptions to proportions and margins of navbar/iconbar links, so the new icons...
authorthe_mgt <themgt@ueberserver.de>
Fri, 1 Jul 2011 02:11:55 +0000 (04:11 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:10:13 +0000 (21:10 +0000)
webcit/static/styles/iconbar.css
webcit/static/styles/iconbaricns.css
webcit/static/styles/navbar.css

index 245fb0d2fe8f07d39f84294b98b2ed705958c36b..5256cd44a584da4bd91ba4c3107a2209ca2216df 100644 (file)
@@ -71,10 +71,9 @@ 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;
index 49f999802100610b421c9445cbf660503a8c4984..6d3778a98ef319bc86f2a8b509a3979002416fef 100644 (file)
@@ -8,12 +8,12 @@
 .ib_button {
     min-height: 38px;
     background-repeat: no-repeat !important;
-    background-position: 5px 5px;
+    background-position: 7px 3px;
     vertical-align: middle;
 }
 .ib_button_link {
-    padding-top: 8px;
-    padding-left: 38px;
+    padding-top: 0.8em;
+    padding-left: 48px;
     height: 100%;
     min-height: 25px; /* Makes all of the 'button' to be clickable */
 }
index 58aa094e22ec3ecf719124e2a48408012db03c30..9a15d1bbbec54fed437fecdbac4891aaf36e1a81 100644 (file)
@@ -13,7 +13,6 @@
 #navbar ul, .selector_top, .selector_bottom {
        width: 100%;
        margin: 0 auto 0 auto;
-       padding: 0;
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        display: inline;
        list-style: none;
        vertical-align: middle;
-       padding: 0 0.5em;
+       padding: 0 0.2em;
 }
 
 #navbar ul li a {
+       padding: 0.3em;
        display: inline-block;
        white-space: nowrap;
 }
 
 #navbar ul li a:hover {
+       padding: 0.3em;
        background-color: #5c646b;
        border: 0px solid #5c646b;
         border-radius: 5px;