mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Move the server info into a little expando.
This commit is contained in:
committed by
Neil Williams
parent
e576b3c500
commit
a47201f2b4
@@ -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 */
|
||||
|
||||
@@ -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">π</span><span class="content">Rendered by PID ${g.reddit_pid} on ${g.reddit_host} running ${g.short_version}.</span></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user