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

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

Issue 29322769: Issue 2844 - Create Microsoft Edge coming soon landing page (Closed)
Patch Set: Do not use IDs in HTML, consider RTL and more comments addressing. Created Sept. 24, 2015, 2:30 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 text-align: center; 3 text-align: center;
4 margin-left: 0; 4 margin-left: 0;
5 margin-right: 0; 5 margin-right: 0;
6 } 6 }
7 7
8 #abb-banner 8 #abb-banner
9 { 9 {
10 padding: 20px; 10 padding: 20px;
11 } 11 }
12 12
13 #abb-banner h2 13 #abb-banner h2
14 { 14 {
15 font-size: 24px; 15 font-size: 24px;
16 } 16 }
17 17
18 #abb-banner a 18 #abb-banner a
19 { 19 {
20 font-size: 20px; 20 font-size: 20px;
21 } 21 }
22 22
23 #video, #maxthon-instruction 23 #video, #maxthon-instruction, #edge-teaser
24 { 24 {
25 -webkit-box-sizing: border-box; 25 -webkit-box-sizing: border-box;
26 -moz-box-sizing: border-box; 26 -moz-box-sizing: border-box;
27 -ms-box-sizing: border-box; 27 -ms-box-sizing: border-box;
28 -o-box-sizing: border-box; 28 -o-box-sizing: border-box;
29 box-sizing: border-box; 29 box-sizing: border-box;
30 margin: 20px 0; 30 margin: 20px 0;
31 width: auto; 31 width: auto;
32 max-width: 515px; 32 max-width: 515px;
33 } 33 }
(...skipping 19 matching lines...) Expand all
53 display: block; 53 display: block;
54 margin-top: 10px; 54 margin-top: 10px;
55 } 55 }
56 56
57 #install li 57 #install li
58 { 58 {
59 margin: 0px 10px; 59 margin: 0px 10px;
60 } 60 }
61 61
62 .warning-platform, #maxthon-notification, 62 .warning-platform, #maxthon-notification,
63 .disclaimer, #adblock-browser-notification 63 .disclaimer, #adblock-browser-notification
saroyanm 2015/09/24 14:52:03 I think we can add #edge-subscription to this rule
64 { 64 {
65 margin: 10px; 65 margin: 10px;
66 } 66 }
67 67
68 #key-facts section 68 #key-facts section
69 { 69 {
70 width: auto; 70 width: auto;
71 max-width: 225px; 71 max-width: 225px;
72 margin-top: 25px; 72 margin-top: 25px;
73 margin-left: 15px; 73 margin-left: 15px;
(...skipping 25 matching lines...) Expand all
99 #sidebar 99 #sidebar
100 { 100 {
101 padding-top: 20px; 101 padding-top: 20px;
102 } 102 }
103 103
104 .more-tab 104 .more-tab
105 { 105 {
106 text-align: left; 106 text-align: left;
107 margin: 10px 10px 0px 10px; 107 margin: 10px 10px 0px 10px;
108 } 108 }
109
110 #edge-subscription button[type=submit], #edge-subscription input[type=email]
111 {
112 webkit-box-sizing: border-box;
113 -moz-box-sizing: border-box;
114 -ms-box-sizing: border-box;
115 -o-box-sizing: border-box;
116 box-sizing: border-box;
117 width: 100%;
118 }
119
120 #edge-teaser
121 {
122 display: none;
123 }
OLDNEW

Powered by Google App Engine
This is Rietveld