OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 body { | 7 body { |
8 margin: 10px; | 8 margin: 10px; |
9 min-width: 47em; | 9 min-width: 47em; |
10 /* Should match needs-restart.(height + padding-top + padding-bottom + 5) */ | 10 /* Should match needs-restart.(height + padding-top + padding-bottom + 5) */ |
(...skipping 14 matching lines...) Expand all Loading... |
25 -webkit-padding-start: 0; | 25 -webkit-padding-start: 0; |
26 padding-top: 20px; | 26 padding-top: 20px; |
27 position: relative; | 27 position: relative; |
28 box-sizing: border-box; | 28 box-sizing: border-box; |
29 } | 29 } |
30 | 30 |
31 #header h1 { | 31 #header h1 { |
32 background: url('../../app/theme/flags_section.png') 0px 20px no-repeat; | 32 background: url('../../app/theme/flags_section.png') 0px 20px no-repeat; |
33 display: inline; | 33 display: inline; |
34 margin: 0; | 34 margin: 0; |
35 padding-bottom: 43px; | 35 padding-bottom: 20px; |
36 -webkit-padding-start: 75px; | 36 -webkit-padding-start: 75px; |
37 padding-top: 40px; | 37 padding-top: 40px; |
38 } | 38 } |
39 | 39 |
40 html[dir=rtl] #header h1 { | 40 html[dir=rtl] #header h1 { |
41 background: url('../../app/theme/flags_section.png') right no-repeat; | 41 background: url('../../app/theme/flags_section.png') right no-repeat; |
42 } | 42 } |
43 | 43 |
44 h1 { | 44 h1 { |
45 font-size: 156%; | 45 font-size: 156%; |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 /* If you change this, update body.padding-bottom */ | 155 /* If you change this, update body.padding-bottom */ |
156 padding-top: 15px; | 156 padding-top: 15px; |
157 position: fixed; | 157 position: fixed; |
158 width: 100%; | 158 width: 100%; |
159 } | 159 } |
160 | 160 |
161 button { | 161 button { |
162 font-size: 104%; | 162 font-size: 104%; |
163 } | 163 } |
164 | 164 |
OLD | NEW |