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

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

Issue 29322769: Issue 2844 - Create Microsoft Edge coming soon landing page (Closed)
Patch Set: Addressing more comments. Created Sept. 23, 2015, 12:36 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 #content.ua-android, 9 #content.ua-android,
10 #content.ua-ios 10 #content.ua-ios
11 { 11 {
12 width: 1000px; 12 width: 1000px;
13 } 13 }
14 14
15 #main 15 #main
16 { 16 {
17 width: 426px; 17 width: 426px;
18 height: 307px; 18 height: 307px;
19 position: relative; 19 position: relative;
20 float: right; 20 float: right;
21 margin-left: 0px; 21 margin-left: 0px;
22 margin-right: 3px; 22 margin-right: 3px;
23 margin-bottom: 4px; 23 margin-bottom: 4px;
24 } 24 }
25 25
26 #content.edge #main
27 {
28 height: 380px;
29 }
30
26 html[dir="rtl"] #main 31 html[dir="rtl"] #main
27 { 32 {
28 float: left; 33 float: left;
29 margin-right: 0px; 34 margin-right: 0px;
30 margin-left: 8px; 35 margin-left: 8px;
31 } 36 }
32 37
33 #install .install-button, #install ul, #information-android 38 #install .install-button, #install ul, #information-android
34 { 39 {
35 position: absolute; 40 position: absolute;
(...skipping 10 matching lines...) Expand all
46 bottom: 0px; 51 bottom: 0px;
47 } 52 }
48 53
49 #install ul 54 #install ul
50 { 55 {
51 bottom: -2px; 56 bottom: -2px;
52 right: 0; 57 right: 0;
53 width: 115px; 58 width: 115px;
54 } 59 }
55 60
56 #content.maxthon #install ul 61 #content.maxthon #install ul,
62 #content.edge #install ul
57 { 63 {
58 margin-left: 18px; 64 margin-left: 18px;
59 right: auto; 65 right: auto;
60 width: auto; 66 width: auto;
61 } 67 }
62 68
69 #content.edge #install ul
70 {
71 margin: 0px 35px;
72 }
73
74 #content.edge #other-browsers
75 {
76 margin: 0px 40px;
77 display: block;
78 }
79
63 #information-android 80 #information-android
64 { 81 {
65 left: 2px; 82 left: 2px;
66 bottom: -25px; 83 bottom: -25px;
67 } 84 }
68 85
69 #messages-wrapper 86 #messages-wrapper
70 { 87 {
71 margin-top: 50px; 88 margin-top: 50px;
72 margin-bottom: 30px; 89 margin-bottom: 30px;
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 184
168 #more-tabs #sidebar button 185 #more-tabs #sidebar button
169 { 186 {
170 display: block; 187 display: block;
171 } 188 }
172 189
173 .more-tab 190 .more-tab
174 { 191 {
175 width: 760px; 192 width: 760px;
176 } 193 }
194
195 #content.edge #edge-teaser
196 {
197 display: inline-block;
198 padding: 0px;
199 }
200
201 #subscribe-textbox
202 {
203 width: 210px;
204 }
OLDNEW

Powered by Google App Engine
This is Rietveld