From ba9b7477d29ba41b89565c9c5c6c43efa265264b Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 7 Jan 2010 15:52:39 +0000 Subject: [PATCH] * 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 --- webcit/static/webcit.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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%; -- 2.39.2