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 6038021765857280: Issue 1650 - Added disclaimer to homepage for French users (Infrastructure) (Closed)
Patch Set: Created Dec. 3, 2014, 11:34 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: 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 right: 0; 46 right: 0;
47 width: 110px; 47 width: 110px;
48 } 48 }
49 49
50 #information-android 50 #information-android
51 { 51 {
52 left: 2px; 52 left: 2px;
53 bottom: -25px; 53 bottom: -25px;
54 } 54 }
55 55
56 .warning-platform 56 .warning-platform,
57 .disclaimer
57 { 58 {
58 width: 100%; 59 width: 100%;
59 margin-top: 50px; 60 margin-top: 50px;
60 margin-bottom: 50px; 61 margin-bottom: 50px;
61 float: right; 62 float: right;
62 } 63 }
63 64
65 html[lang="fr"] .warning-platform
66 {
67 margin-top: 0px;
68 }
69
64 #key-facts 70 #key-facts
65 { 71 {
66 margin-top: 50px; 72 margin-top: 50px;
67 margin-left: 80px; 73 margin-left: 80px;
68 margin-right: 0px; 74 margin-right: 0px;
69 } 75 }
70 76
71 html[dir="rtl"] #key-facts 77 html[dir="rtl"] #key-facts
72 { 78 {
73 margin-right: 80px; 79 margin-right: 80px;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 154
149 #more-tabs #sidebar button 155 #more-tabs #sidebar button
150 { 156 {
151 display: block; 157 display: block;
152 } 158 }
153 159
154 .more-tab 160 .more-tab
155 { 161 {
156 width: 760px; 162 width: 760px;
157 } 163 }
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