From: Art Cancro Date: Thu, 7 Jan 2010 15:52:39 +0000 (+0000) Subject: * Made the 'older messages' and 'newer messages' link text just a bit smaller. It... X-Git-Tag: v7.86~520 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=ba9b7477d29ba41b89565c9c5c6c43efa265264b;p=citadel.git * Made the 'older messages' and 'newer messages' link text just a bit smaller. It was looking obnoxious at the previous size. * Also configured those links to turn to a red background when the mouse hovers over them --- diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 4063f0c4e..f7f43f41a 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -563,11 +563,16 @@ body, #global { .moreprompt { text-align: center; - font-size: 150%; + font-size: 130%; background-color: #004E79; color: #dddddd; } +.moreprompt:hover { + background-color: #AD1C00; + color: #FFF; +} + #login_screen, #logout_screen { margin: 0; padding: 3% 6% 3% 6%;