OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
4 */ | 4 */ |
5 | 5 |
6 html { | 6 html { |
7 font-family: segoe ui, arial, helvetica, sans-serif; | 7 font-family: segoe ui, arial, helvetica, sans-serif; |
8 font-size: 13px; | 8 font-size: 13px; |
9 } | 9 } |
10 | 10 |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 } | 110 } |
111 | 111 |
112 #promo-skip-button { | 112 #promo-skip-button { |
113 -webkit-margin-end: 25px; | 113 -webkit-margin-end: 25px; |
114 } | 114 } |
115 | 115 |
116 /* Page Title. ****************************************************************/ | 116 /* Page Title. ****************************************************************/ |
117 | 117 |
118 #promo-title-container { | 118 #promo-title-container { |
119 display: block; | 119 display: block; |
120 margin-bottom: 35px; | 120 margin: 37px 44px 35px; |
121 margin-top: 37px; | |
122 text-align: center; | 121 text-align: center; |
123 } | 122 } |
124 | 123 |
125 html[promo-version='1'] #promo-title-container, | |
126 html[promo-version='3'] #promo-title-container { | |
127 margin-top: 41px; | |
128 } | |
129 | |
130 html[promo-version='2'] #promo-title-container { | 124 html[promo-version='2'] #promo-title-container { |
131 display: none; | 125 display: none; |
132 } | 126 } |
133 | 127 |
134 h1 { | 128 h1 { |
135 color: rgb(34, 34, 34); | 129 color: rgb(34, 34, 34); |
136 font-size: 27px; | 130 font-size: 27px; |
137 font-weight: normal; | 131 font-weight: normal; |
138 margin: 0; | 132 margin: 0; |
139 } | 133 } |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 | 300 |
307 html[promo-version='0'] #sync-setup-login-promo-column-0, | 301 html[promo-version='0'] #sync-setup-login-promo-column-0, |
308 html[promo-version='1'] #sync-setup-login-promo-column-1, | 302 html[promo-version='1'] #sync-setup-login-promo-column-1, |
309 html[promo-version='2'] #sync-setup-login-promo-column-2 { | 303 html[promo-version='2'] #sync-setup-login-promo-column-2 { |
310 display: block; | 304 display: block; |
311 } | 305 } |
312 | 306 |
313 #sync-setup-login-promo-column { | 307 #sync-setup-login-promo-column { |
314 -webkit-margin-end: 385px; | 308 -webkit-margin-end: 385px; |
315 } | 309 } |
OLD | NEW |