From 92b071656dda0b86d64ca080bc29830499c920f0 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 23 Jun 2010 16:44:29 +0000 Subject: [PATCH] * Reduce the font size in the .msgbuttons class so that they're not so obnoxiously large in the header bar --- webcit/static/webcit.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 7c0e78014..b77b472da 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -701,7 +701,7 @@ body, #global { .fix_scrollbar_bug { margin-right: 1px; /* Gecko and other non-broken browsers */ - font-size: 90%; /* FOOFOO */ + font-size: 90%; /* Most stuff needs to be a little smaller than normal. */ } /* Boxes */ @@ -1124,6 +1124,7 @@ body, #global { float: right; visibility: hidden; padding: 2px; + font-size: 80%; } .buttons a { -- 2.39.2