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

Delta Between Two Patch Sets: static/css/index-desktop.css

Issue 29322769: Issue 2844 - Create Microsoft Edge coming soon landing page (Closed)
Left Patch Set: Created July 27, 2015, 11:53 a.m.
Right Patch Set: Use querySelectorAll instead of getElementsByClassName. Created Sept. 30, 2015, 7:56 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 }
8
9 #content.ua-android,
10 #content.ua-ios
11 {
12 width: 1000px;
7 } 13 }
8 14
9 #main 15 #main
10 { 16 {
11 width: 426px; 17 width: 426px;
12 height: 307px; 18 height: 307px;
13 position: relative; 19 position: relative;
14 float: right; 20 float: right;
15 margin-left: 0px; 21 margin-left: 0px;
16 margin-right: 3px; 22 margin-right: 3px;
17 margin-bottom: 4px; 23 margin-bottom: 4px;
18 } 24 }
19 25
20 #content.edge #main 26 #content.edge #main
21 { 27 {
22 height: 340px; 28 height: 380px;
23 } 29 }
24 30
25 html[dir="rtl"] #main 31 html[dir="rtl"] #main
26 { 32 {
27 float: left; 33 float: left;
28 margin-right: 0px; 34 margin-right: 0px;
29 margin-left: 8px; 35 margin-left: 8px;
30 } 36 }
31 37
32 #install .install-button, #install ul, #information-android 38 #install .install-button, #install ul, #information-android
33 { 39 {
34 position: absolute; 40 position: absolute;
35 } 41 }
36 42
37 #install .install-button 43 #install .install-button
38 { 44 {
39 bottom: 2px; 45 bottom: 2px;
40 left: 0; 46 left: 0;
41 } 47 }
42 48
43 #install .install-button:active 49 #install .install-button:active
44 { 50 {
45 bottom: 0px; 51 bottom: 0px;
46 } 52 }
47 53
48 #install ul 54 #install ul
49 { 55 {
50 bottom: -2px;
51 right: 0; 56 right: 0;
52 width: 115px; 57 width: 115px;
53 } 58 }
54 59
55 #content.maxthon #install ul, 60 #content.maxthon #install ul,
56 #content.edge #install ul 61 #content.edge #install ul
57 { 62 {
58 margin-left: 18px; 63 margin-left: 18px;
59 right: auto; 64 right: auto;
60 width: auto; 65 width: auto;
61 } 66 }
62 67
63 #content.edge #install ul 68 #content.edge #install ul
64 { 69 {
65 margin: -40px 35px; 70 margin: 0px 35px;
66 } 71 }
67 72
68 #edge-other-browsers 73 #content.edge #other-browsers
69 { 74 {
70 display: none; 75 margin: 0px 40px 10px 40px;
71 } 76 display: block;
72 #content.edge #edge-other-browsers 77 }
73 { 78
74 margin: 0px 40px; 79 #content.edge #edge-teaser
75 display: flex; 80 {
81 display: inline-block;
82 padding: 0px;
83 }
84
85 #edge-subscription input[type=email]
86 {
87 width: 210px;
76 } 88 }
77 89
78 #information-android 90 #information-android
79 { 91 {
80 left: 2px; 92 left: 2px;
81 bottom: -25px; 93 bottom: -25px;
82 } 94 }
83 95
84 .warning-platform, .disclaimer, 96 #messages-wrapper
85 #maxthon-notification, #adblock-browser-notification 97 {
86 { 98 margin-top: 50px;
99 margin-bottom: 30px;
87 width: 100%; 100 width: 100%;
88 margin-top: 0;
89 margin-bottom: 50px;
90 float: right; 101 float: right;
91 } 102 }
92 103
93 #adblock-browser-notification 104 #messages-wrapper > div
94 { 105 {
95 margin-top: 50px; 106 margin-top: 0px;
107 margin-bottom: 20px;
96 } 108 }
97 109
98 #key-facts 110 #key-facts
99 { 111 {
100 margin-top: 50px; 112 margin-top: 50px;
101 margin-left: 80px; 113 margin-left: 80px;
102 margin-right: 0px; 114 margin-right: 0px;
103 } 115 }
104 116
105 html[dir="rtl"] #key-facts 117 html[dir="rtl"] #key-facts
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 } 193 }
182 194
183 #more-tabs #sidebar button 195 #more-tabs #sidebar button
184 { 196 {
185 display: block; 197 display: block;
186 } 198 }
187 199
188 .more-tab 200 .more-tab
189 { 201 {
190 width: 760px; 202 width: 760px;
191 } 203 }
192
193 #content.edge #edge-incoming
194 {
195 display: inline-block;
196 padding: 0px;
197 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld