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: Do not use IDs in HTML, consider RTL and more comments addressing. Created Sept. 24, 2015, 2:30 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 } 7 }
8 8
9 #content.ua-android, 9 #content.ua-android,
10 #content.ua-ios 10 #content.ua-ios
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 width: auto; 65 width: auto;
66 } 66 }
67 67
68 #content.edge #install ul 68 #content.edge #install ul
69 { 69 {
70 margin: 0px 35px; 70 margin: 0px 35px;
71 } 71 }
72 72
73 #content.edge #other-browsers 73 #content.edge #other-browsers
74 { 74 {
75 margin: 0px 40px; 75 margin: 0px 40px 10px 40px;
saroyanm 2015/09/24 14:52:03 Probably we will need bottom margin according to t
76 display: block; 76 display: block;
77 }
78
79 #content.edge #edge-teaser
80 {
81 display: inline-block;
82 padding: 0px;
83 }
84
85 #edge-subscription input[type=email]
86 {
87 width: 210px;
77 } 88 }
78 89
79 #information-android 90 #information-android
80 { 91 {
81 left: 2px; 92 left: 2px;
82 bottom: -25px; 93 bottom: -25px;
83 } 94 }
84 95
85 #messages-wrapper 96 #messages-wrapper
86 { 97 {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 } 193 }
183 194
184 #more-tabs #sidebar button 195 #more-tabs #sidebar button
185 { 196 {
186 display: block; 197 display: block;
187 } 198 }
188 199
189 .more-tab 200 .more-tab
190 { 201 {
191 width: 760px; 202 width: 760px;
192 } 203 }
193
194 #content.edge #edge-teaser
195 {
196 display: inline-block;
197 padding: 0px;
198 }
199
200 #edge-subscription input[type=email]
201 {
202 width: 210px;
203 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld