Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: body.htm

Issue 4893100195446784: Issue 545 - Implement overflow for list of supporters (Closed)
Patch Set: Created May 27, 2014, 4:30 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | head.htm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: body.htm
===================================================================
--- a/body.htm
+++ b/body.htm
@@ -21,6 +21,11 @@
{
display: inherit;
}
+
+ #supporters-overflow .supporter
+ {
+ display: inline !important;
+ }
</style>
</noscript>
@@ -85,6 +90,18 @@
</a>
</div>
+ <div id="supporters-overflow" class="collapsed">
+ <a id="supporters-overflow-more" href="#">show all</a>
+ <a id="supporters-overflow-less" href="#">hide all</a>
+ <div class="sprite"></div>
+ <div>
+ <a class="supporter" href="http://auxgaming.org/" target="_blank">Auxilium Gaming Community</a>
+ <a class="supporter" href="http://bhstudios.org/" target="_blank">Blue Husky Studios</a>
+ <a class="supporter" href="http://www.dataroads.org/" target="_blank">Data Roads Foundation</a>
+ <a class="supporter" href="http://unwatch.me/" target="_blank">Unwatch.Me</a>
+ </div>
+ </div>
+
<span class="emphasized">
want to make the Internet a better place for everyone – by getting rid of obnoxious ads.
</span>
« no previous file with comments | « no previous file | head.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld