* Reduce the font size in the .msgbuttons class so that they're not so obnoxiously...
authorArt Cancro <ajc@citadel.org>
Wed, 23 Jun 2010 16:44:29 +0000 (16:44 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 23 Jun 2010 16:44:29 +0000 (16:44 +0000)
webcit/static/webcit.css

index 7c0e78014972438fa2a1ab1573731d3230565b57..b77b472daf0b2eb64f3b28c3db38cb7f3149f24e 100644 (file)
@@ -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 {