OLD | NEW |
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2013 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 #terms-of-service { | 6 #terms-of-service { |
7 padding: 70px 17px 21px; | 7 padding: 70px 17px 21px; |
8 } | 8 } |
9 | 9 |
10 #tos-container { | 10 #tos-container { |
11 border: 1px solid #d9d9d9; | 11 border: 1px solid #d9d9d9; |
12 height: 222px; | 12 height: 222px; |
13 } | 13 } |
14 | 14 |
15 #terms-of-service .step-contents { | 15 #terms-of-service .step-contents { |
16 -webkit-margin-after: 49px; | |
17 -webkit-margin-start: 32px; | 16 -webkit-margin-start: 32px; |
| 17 margin-bottom: 49px; |
18 } | 18 } |
19 | 19 |
20 #terms-of-service h1 { | 20 #terms-of-service h1 { |
21 font-size: 100%; | 21 font-size: 100%; |
22 font-weight: normal; | 22 font-weight: normal; |
23 margin: 0 0 8px 0; | 23 margin: 0 0 8px 0; |
24 width: 630px; | 24 width: 630px; |
25 } | 25 } |
26 | 26 |
27 #tos-subheading { | 27 #tos-subheading { |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 display: none; | 84 display: none; |
85 } | 85 } |
86 | 86 |
87 .step.error #tos-error { | 87 .step.error #tos-error { |
88 display: -webkit-flex; | 88 display: -webkit-flex; |
89 } | 89 } |
90 | 90 |
91 #terms-of-service.error #tos-back-button { | 91 #terms-of-service.error #tos-back-button { |
92 -webkit-margin-end: 1px; | 92 -webkit-margin-end: 1px; |
93 } | 93 } |
OLD | NEW |