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

Unified Diff: anwiki/_override-static/global/global/css/index-desktop.css

Issue 10295007: Added "learn more" toggle and area for platform-specific content (Closed)
Patch Set: Hide "learn more" button if JavaScript disabled Created April 23, 2013, 9:15 a.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
Index: anwiki/_override-static/global/global/css/index-desktop.css
===================================================================
--- a/anwiki/_override-static/global/global/css/index-desktop.css
+++ b/anwiki/_override-static/global/global/css/index-desktop.css
@@ -1,6 +1,7 @@
#content
{
width: 990px;
+ margin-bottom: 280px;
padding-left: 0;
padding-right: 0;
}
@@ -115,3 +116,39 @@
margin-right: 0;
width: 100%;
}
+
+#more, #less
+{
+ position: absolute;
+ left: 50%;
+ bottom: -70px;
+ *margin-bottom: 0px;
+ _margin-bottom: 470px;
+ width: 200px;
+ margin-left: 200px;
+ border-radius: 4px 4px 0px 0px;
+}
+
+#more-container.hidden #more,
+#more-container.hidden #less
+{
+ bottom: -30px;
+ *margin-bottom: -40px;
+ _margin-bottom: 390px;
+}
+
+#sidebar
+{
+ width: 220px;
+ padding-top: 60px;
+}
+
+#more-tabs #sidebar button
+{
+ display: block;
+}
+
+.more-tab
+{
+ width: 760px;
+}
« no previous file with comments | « anwiki/_override-static/global/global/css/index.css ('k') | anwiki/_override-static/global/global/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld