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 6193426550751232: Issue 2214 - Add message to Adblock Plus home page about mobile beta launch (Infrastructure) (Closed)
Patch Set: Created April 28, 2015, 4:51 p.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: 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 #main 9 #main
10 { 10 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 right: auto; 53 right: auto;
54 width: auto; 54 width: auto;
55 } 55 }
56 56
57 #information-android 57 #information-android
58 { 58 {
59 left: 2px; 59 left: 2px;
60 bottom: -25px; 60 bottom: -25px;
61 } 61 }
62 62
63 .warning-platform, 63 .warning-platform, .disclaimer, #maxthon-notification
64 .disclaimer, 64 {
65 #maxthon-notification 65 width: 100%;
66 margin-top: 0;
67 margin-bottom: 50px;
68 float: right;
69 }
70
71 #adblock-browser-notification
66 { 72 {
67 width: 100%; 73 width: 100%;
68 margin-top: 50px; 74 margin-top: 50px;
69 margin-bottom: 50px; 75 margin-bottom: 50px;
70 float: right; 76 float: right;
Thomas Greiner 2015/04/29 11:55:22 Don't duplicate styles. Rather add "#adblock-brows
saroyanm 2015/04/29 12:33:29 Done.
71 } 77 }
72 78
73 html[lang="fr"] .warning-platform,
saroyanm 2015/04/28 17:08:34 Now we have top level warning message, so no more
74 html[lang^="zh_"] .warning-platform
75 {
76 margin-top: 0px;
77 }
78
79 html[lang^="zh_"] #content.maxthon .warning-platform,
80 html[lang^="zh_"] #content.ua-maxthon .warning-platform
81 {
82 margin-top: 50px;
83 }
84
85 #key-facts 79 #key-facts
86 { 80 {
87 margin-top: 50px; 81 margin-top: 50px;
88 margin-left: 80px; 82 margin-left: 80px;
89 margin-right: 0px; 83 margin-right: 0px;
90 } 84 }
91 85
92 html[dir="rtl"] #key-facts 86 html[dir="rtl"] #key-facts
93 { 87 {
94 margin-right: 80px; 88 margin-right: 80px;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 163
170 #more-tabs #sidebar button 164 #more-tabs #sidebar button
171 { 165 {
172 display: block; 166 display: block;
173 } 167 }
174 168
175 .more-tab 169 .more-tab
176 { 170 {
177 width: 760px; 171 width: 760px;
178 } 172 }
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