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

Delta Between Two Patch Sets: static/css/index-desktop.css

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Left Patch Set: Searched for and removed orphan styles Created Oct. 5, 2017, 5:09 p.m.
Right Patch Set: Addressed comments Created Oct. 11, 2017, 1:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | static/css/main.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #content 1 #content
2 { 2 {
3 width: 990px; 3 width: 990px;
4 padding-left: 0; 4 padding-left: 0;
5 padding-right: 0; 5 padding-right: 0;
6 } 6 }
7 7
8 #content.ua-android, 8 #content.ua-android,
9 #content.ua-ios 9 #content.ua-ios
10 { 10 {
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 { 142 {
143 width: 225px; 143 width: 225px;
144 } 144 }
145 145
146 #pageactions 146 #pageactions
147 { 147 {
148 margin-left: 0; 148 margin-left: 0;
149 margin-right: 0; 149 margin-right: 0;
150 width: 100%; 150 width: 100%;
151 } 151 }
152
153 #more, #less
154 {
155 position: absolute;
156 left: 50%;
157 bottom: 220px;
158 *bottom: -70px;
159 *margin-bottom: 0px;
160 _margin-bottom: 470px;
161 width: 200px;
162 margin-left: 200px;
163 border-radius: 4px 4px 0px 0px;
164 }
165
166 #more-container.hidden #more,
167 #more-container.hidden #less
168 {
169 *bottom: -30px;
170 _bottom: 10px;
171 *margin-bottom: -40px;
172 _margin-bottom: 390px;
173 }
174
175 #sidebar
176 {
177 width: 220px;
178 padding-top: 60px;
179 }
180
181 #more-tabs #sidebar button
182 {
183 display: block;
184 }
185
186 .more-tab
187 {
188 width: 760px;
189 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld