* Move iconbar font size declaration to webcit.css
authorArt Cancro <ajc@citadel.org>
Fri, 23 Jan 2009 21:29:40 +0000 (21:29 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 23 Jan 2009 21:29:40 +0000 (21:29 +0000)
webcit/static/iconbaricns.css
webcit/static/webcit.css

index 5224fb08502784f5f527e1444df163335d80f7fd..8e41bd078808ec97ce6570d8366e49ea7afd3279 100644 (file)
@@ -2,14 +2,12 @@
     min-height: 32px;
     background-repeat: no-repeat !important;
     vertical-align: middle;
-    font-size: 90%;
 }
 #button > li > a , #ib_logoff > a {
     padding-top: 6px;
     padding-left: 35px;
     min-height: 25px; /* Makes all of the 'button' to be clickable */
     height: 100%;
-    font-size: 90%;
 }
 #ib_summary {
     background-image: url("/static/summscreen_32x.gif");
index e181acab00bfd41570307a06f3c334be36829293..9967154fe70386fe931ebdb76a625ffed4d24871 100644 (file)
@@ -76,6 +76,10 @@ body {
        list-style: none;
 }
 
+#iconbar li a, #ib_logoff a {
+       font-size: 100%;
+}
+
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
        border: 1px solid #333;
        overflow: hidden;