From d897295a465f6038101e951ba944a6bd95eb46a1 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 23 Jan 2009 21:29:40 +0000 Subject: [PATCH] * Move iconbar font size declaration to webcit.css --- webcit/static/iconbaricns.css | 2 -- webcit/static/webcit.css | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/webcit/static/iconbaricns.css b/webcit/static/iconbaricns.css index 5224fb085..8e41bd078 100644 --- a/webcit/static/iconbaricns.css +++ b/webcit/static/iconbaricns.css @@ -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"); diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index e181acab0..9967154fe 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -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; -- 2.39.2