* Reduce size of icon bar button text. Looks better on all browsers now.
authorArt Cancro <ajc@citadel.org>
Fri, 18 Jun 2010 19:06:30 +0000 (19:06 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 18 Jun 2010 19:06:30 +0000 (19:06 +0000)
webcit/static/webcit.css

index c336b9a8d53def83fa4efa980652c49ee08a7316..7bfc9118ba3aff135c25a58cd252625e1ba058cb 100644 (file)
@@ -54,8 +54,7 @@ body { font-size: 100%;}
 
 body {
        background-color: #6C91A6;
-       font-family: Bitstream Vera Sans, Tahoma, sans-serif;
-       /* font-weight: 400; */
+       font-family: sans-serif;
 }
 
 #iconbar_container, .boxcontent,.service form div,table.altern .odd, #message_list, .message_content, #roomlist_div,.editednode,.mailbox_summary, .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .wiki_history_background, .wiki_pagelist_background, .downloads_background, .vcard_edit_background, div.auto_complete, div.auto_complete ul, #summary_view {
@@ -95,7 +94,7 @@ body {
 }
 
 .ib_button {
-       font-size: 90%;
+       font-size: 80%;
 }
 
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {