Move the server info into a little expando.

This commit is contained in:
Max Goodman
2011-09-20 12:47:56 -07:00
committed by Neil Williams
parent e576b3c500
commit a47201f2b4
2 changed files with 5 additions and 2 deletions

View File

@@ -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 */

View File

@@ -54,5 +54,5 @@
dict(year=datetime.datetime.now().timetuple()[0])}
</p>
<p class="bottommenu">REDDIT and the ALIEN Logo are registered trademarks of Advance Magazine Publishers Inc.</p>
<p class="bottommenu">Rendered by PID ${g.reddit_pid} on ${g.reddit_host} running ${g.short_version}.</p>
<p class="bottommenu serverinfo"><span class="icon">&pi;</span><span class="content">Rendered by PID ${g.reddit_pid} on ${g.reddit_host} running ${g.short_version}.</span></p>
</div>