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

Side by Side Diff: static/css/index-desktop.css

Issue 29541555: Issue 5641 - Misplaced content on abdlockplus.org/edge (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Sept. 11, 2017, 8:11 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
« no previous file with comments | « static/css/index.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content 1 #content
2 { 2 {
3 width: 990px; 3 width: 990px;
4 margin-bottom: 290px; 4 margin-bottom: 290px;
5 padding-left: 0; 5 padding-left: 0;
6 padding-right: 0; 6 padding-right: 0;
7 } 7 }
8 8
9 #content.ua-android, 9 #content.ua-android,
10 #content.ua-ios 10 #content.ua-ios
(...skipping 12 matching lines...) Expand all
23 margin-bottom: 4px; 23 margin-bottom: 4px;
24 } 24 }
25 25
26 html[dir="rtl"] #main 26 html[dir="rtl"] #main
27 { 27 {
28 float: left; 28 float: left;
29 margin-right: 0px; 29 margin-right: 0px;
30 margin-left: 8px; 30 margin-left: 8px;
31 } 31 }
32 32
33 #information-android, 33 #information-android
34 h3.edge-message
35 { 34 {
36 position: absolute; 35 position: absolute;
37 } 36 }
38 37
39 h3.edge-message 38 h3.edge-message
40 { 39 {
41 bottom: 2px;
42 left: 0;
43 width: 100%;
44 }
45
46 h3.edge-message
47 {
48 margin: 0px; 40 margin: 0px;
49 } 41 }
50 42
51 #install .install-button 43 #install .install-button
52 { 44 {
53 width: 100%; 45 width: 100%;
54 } 46 }
55 47
56 #install .install-button:active 48 #install .install-button:active
57 { 49 {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 179
188 #more-tabs #sidebar button 180 #more-tabs #sidebar button
189 { 181 {
190 display: block; 182 display: block;
191 } 183 }
192 184
193 .more-tab 185 .more-tab
194 { 186 {
195 width: 760px; 187 width: 760px;
196 } 188 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld