* Made the 'older messages' and 'newer messages' link text just a bit smaller. It...
authorArt Cancro <ajc@citadel.org>
Thu, 7 Jan 2010 15:52:39 +0000 (15:52 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 7 Jan 2010 15:52:39 +0000 (15:52 +0000)
* Also configured those links to turn to a red background when the mouse hovers over them

webcit/static/webcit.css

index 4063f0c4e50841da65bd70a1b31feced589ceed5..f7f43f41add402f4f1b006be6fb8f982255e00a0 100644 (file)
@@ -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%;