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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #content 1 #content
2 { 2 {
3 width: 990px; 3 width: 990px;
4 margin-bottom: 280px;
4 padding-left: 0; 5 padding-left: 0;
5 padding-right: 0; 6 padding-right: 0;
6 } 7 }
7 8
8 #main 9 #main
9 { 10 {
10 width: 421px; 11 width: 421px;
11 height: 307px; 12 height: 307px;
12 position: relative; 13 position: relative;
13 float: right; 14 float: right;
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 { 109 {
109 width: 225px; 110 width: 225px;
110 } 111 }
111 112
112 #pageactions 113 #pageactions
113 { 114 {
114 margin-left: 0; 115 margin-left: 0;
115 margin-right: 0; 116 margin-right: 0;
116 width: 100%; 117 width: 100%;
117 } 118 }
119
120 #more, #less
121 {
122 position: absolute;
123 left: 50%;
124 bottom: -70px;
125 *margin-bottom: 0px;
126 _margin-bottom: 470px;
127 width: 200px;
128 margin-left: 200px;
129 border-radius: 4px 4px 0px 0px;
130 }
131
132 #more-container.hidden #more,
133 #more-container.hidden #less
134 {
135 bottom: -30px;
136 *margin-bottom: -40px;
137 _margin-bottom: 390px;
138 }
139
140 #sidebar
141 {
142 width: 220px;
143 padding-top: 60px;
144 }
145
146 #more-tabs #sidebar button
147 {
148 display: block;
149 }
150
151 .more-tab
152 {
153 width: 760px;
154 }
OLDNEW
« 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