OLD | NEW |
1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 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 body { | 5 body { |
6 margin: 21px 10px 24px 10px; | 6 margin: 21px 10px 24px 10px; |
7 } | 7 } |
8 | 8 |
9 h1 { | 9 h1 { |
10 margin: 0 0 13px 0; | 10 margin: 0 0 13px 0; |
11 } | 11 } |
12 | 12 |
13 h2 { | 13 h2 { |
14 margin: 23px 0 0 0; | 14 margin: 23px 0 0 0; |
15 } | 15 } |
16 | 16 |
17 header { | 17 header { |
18 border-bottom: 1px solid #eee; | 18 border-bottom: 1px solid #eee; |
19 max-width: 718px; | 19 max-width: 718px; |
20 } | 20 } |
21 | 21 |
22 .device { | 22 .device { |
| 23 background: url(device.png) no-repeat; |
23 margin: 23px 0; | 24 margin: 23px 0; |
24 max-width: 695px; | 25 max-width: 695px; |
25 overflow: hidden; | 26 overflow: hidden; |
26 } | 27 } |
27 | 28 |
28 .device .device-info { | 29 .device .device-info { |
29 -webkit-padding-start: 40px; | 30 -webkit-padding-start: 40px; |
30 float: left; | 31 float: left; |
31 } | 32 } |
32 | 33 |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 margin: 23px 0; | 102 margin: 23px 0; |
102 } | 103 } |
103 | 104 |
104 section { | 105 section { |
105 margin-bottom: 23px; | 106 margin-bottom: 23px; |
106 } | 107 } |
107 | 108 |
108 .dialog-contents { | 109 .dialog-contents { |
109 padding-left: 17px; | 110 padding-left: 17px; |
110 } | 111 } |
OLD | NEW |