diff --git a/r2/r2/public/static/css/reddit.css b/r2/r2/public/static/css/reddit.css index 34a59df97..48e7477d0 100644 --- a/r2/r2/public/static/css/reddit.css +++ b/r2/r2/public/static/css/reddit.css @@ -1331,7 +1331,6 @@ textarea.gray { color: gray; } .footer-parent { font-size: larger; padding-top: 40px; - padding-bottom: 20px; clear: both; text-align: center; } @@ -1944,6 +1943,10 @@ label + #moresearchinfo { .bottommenu { color: gray; font-size: smaller; clear: both} .bottommenu a { color: gray; text-decoration: underline; } +.bottommenu.serverinfo { text-align:right; padding:5px; } +.bottommenu.serverinfo .icon { color:#a0a0a0; font:1.5em serif; padding:0 4px; } +.bottommenu.serverinfo .content { display:none; } +.bottommenu.serverinfo:hover .content { display:inline; } /* Buttons specific */ diff --git a/r2/r2/templates/redditfooter.html b/r2/r2/templates/redditfooter.html index 230ec03ec..4ba962c05 100644 --- a/r2/r2/templates/redditfooter.html +++ b/r2/r2/templates/redditfooter.html @@ -54,5 +54,5 @@ dict(year=datetime.datetime.now().timetuple()[0])}
- +