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 body { | 5 body { |
6 background-color: white; | 6 background-color: white; |
7 color: black; | 7 color: black; |
8 font-family: Helvetica,Arial,sans-serif; | 8 font-family: Helvetica,Arial,sans-serif; |
9 margin: 0; | 9 margin: 0; |
10 } | 10 } |
(...skipping 22 matching lines...) Expand all Loading... |
33 content: ':'; | 33 content: ':'; |
34 } | 34 } |
35 | 35 |
36 #logo { | 36 #logo { |
37 float: right; | 37 float: right; |
38 margin-left: 40px; | 38 margin-left: 40px; |
39 text-align: right; | 39 text-align: right; |
40 width: 180px; | 40 width: 180px; |
41 } | 41 } |
42 | 42 |
43 #logo-img { | |
44 /* TODO: Remove once http://crbug.com/135179 is fixed */ | |
45 content: url('chrome://theme/IDR_PRODUCT_LOGO'); | |
46 } | |
47 | |
48 #company { | 43 #company { |
49 font-size: 0.7em; | 44 font-size: 0.7em; |
50 text-align: right; | 45 text-align: right; |
51 } | 46 } |
52 | 47 |
53 #copyright { | 48 #copyright { |
54 font-size: 0.7em; | 49 font-size: 0.7em; |
55 text-align: right; | 50 text-align: right; |
56 } | 51 } |
57 | 52 |
58 #useragent { | 53 #useragent { |
59 font-family: monospace; | 54 font-family: monospace; |
60 } | 55 } |
61 | 56 |
62 .version { | 57 .version { |
63 font-family: monospace; | 58 font-family: monospace; |
64 max-width: 430px; | 59 max-width: 430px; |
65 padding-left: 5px; | 60 padding-left: 5px; |
66 } | 61 } |
OLD | NEW |