From a47201f2b48cdd8ae133ca7e50f2413194f3533c Mon Sep 17 00:00:00 2001
From: Max Goodman
Date: Tue, 20 Sep 2011 12:47:56 -0700
Subject: [PATCH] Move the server info into a little expando.
---
r2/r2/public/static/css/reddit.css | 5 ++++-
r2/r2/templates/redditfooter.html | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
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])}
-
+