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

Unified Diff: anwiki/_override-static/global/global/css/index-mobile.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-mobile.css
===================================================================
--- a/anwiki/_override-static/global/global/css/index-mobile.css
+++ b/anwiki/_override-static/global/global/css/index-mobile.css
@@ -73,3 +73,20 @@
padding-bottom: 25px;
border-bottom: 1px dotted black;
}
+
+#more, #less
+{
+ padding: 10px 50px;
+ border-radius: 4px;
+}
+
+#sidebar
+{
+ padding-top: 20px;
+}
+
+.more-tab
+{
+ text-align: left;
+ margin: 10px 10px 0px 10px;
+}
« no previous file with comments | « anwiki/_override-static/global/global/css/index-desktop.css ('k') | anwiki/_override-static/global/global/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld