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; | |
8 margin: 50px 40px 20px 40px; | 6 margin: 50px 40px 20px 40px; |
9 text-align: center; | 7 text-align: center; |
10 } | 8 } |
11 | 9 |
12 #main-frame-blocked { | 10 #main-frame-blocked { |
13 margin: auto; | 11 margin: auto; |
14 max-width: 540px; | 12 max-width: 540px; |
15 min-width: 200px; | 13 min-width: 200px; |
16 } | 14 } |
17 | 15 |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 } | 95 } |
98 | 96 |
99 #request-access-button { | 97 #request-access-button { |
100 order: 1; | 98 order: 1; |
101 } | 99 } |
102 | 100 |
103 button { | 101 button { |
104 width: 100%; | 102 width: 100%; |
105 } | 103 } |
106 } | 104 } |
OLD | NEW |