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 4907991358767104: Issue 1816 - Add download Maxthon notification for Chinese locales (Infrastructure) (Closed)
Patch Set: Created Jan. 30, 2015, 11:24 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 | « anwiki/_override-static/global/global/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 #main 9 #main
10 { 10 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
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,
64 .disclaimer 64 .disclaimer,
65 .maxthon-notification
65 { 66 {
66 width: 100%; 67 width: 100%;
67 margin-top: 50px; 68 margin-top: 50px;
68 margin-bottom: 50px; 69 margin-bottom: 50px;
69 float: right; 70 float: right;
70 } 71 }
71 72
72 html[lang="fr"] .warning-platform 73 html[lang="fr"] .warning-platform,
74 html[lang="zh_cn"] .warning-platform,
75 html[lang="zh_tw"] .warning-platform,
76 #content.maxthon .warning-platform
73 { 77 {
74 margin-top: 0px; 78 margin-top: 0px;
75 } 79 }
76 80
81 #content.ua-maxthon .warning-platform
82 {
83 margin-top: 50px;
84 }
85
77 #key-facts 86 #key-facts
78 { 87 {
79 margin-top: 50px; 88 margin-top: 50px;
80 margin-left: 80px; 89 margin-left: 80px;
81 margin-right: 0px; 90 margin-right: 0px;
82 } 91 }
83 92
84 html[dir="rtl"] #key-facts 93 html[dir="rtl"] #key-facts
85 { 94 {
86 margin-right: 80px; 95 margin-right: 80px;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 170
162 #more-tabs #sidebar button 171 #more-tabs #sidebar button
163 { 172 {
164 display: block; 173 display: block;
165 } 174 }
166 175
167 .more-tab 176 .more-tab
168 { 177 {
169 width: 760px; 178 width: 760px;
170 } 179 }
OLDNEW
« no previous file with comments | « anwiki/_override-static/global/global/css/index.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld