OLD | NEW |
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 body { | 4 body { |
5 background-color: rgb(230, 230, 230); | 5 background-color: rgb(230, 230, 230); |
6 font-family: Helvetica, Arial, sans-serif; | |
7 font-size: 10pt; | 6 font-size: 10pt; |
8 margin: 50px 40px 20px 40px; | 7 margin: 50px 40px 20px 40px; |
9 text-align: center; | 8 text-align: center; |
10 } | 9 } |
11 | 10 |
12 #main-frame-blocked { | 11 #main-frame-blocked { |
13 margin: auto; | 12 margin: auto; |
14 max-width: 540px; | 13 max-width: 540px; |
15 min-width: 200px; | 14 min-width: 200px; |
16 } | 15 } |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 } | 101 } |
103 | 102 |
104 #request-access-button { | 103 #request-access-button { |
105 order: 1; | 104 order: 1; |
106 } | 105 } |
107 | 106 |
108 button { | 107 button { |
109 width: 100%; | 108 width: 100%; |
110 } | 109 } |
111 } | 110 } |
OLD | NEW |