OLD | NEW |
1 /* Copyright 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright 2016 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 /************* Language Screen **************/ | 5 /************* Language Screen **************/ |
6 #languageScreen .language-selection-entry { | 6 #languageScreen .language-selection-entry { |
7 border-top: 1px solid lightgrey; | 7 border-top: 1px solid lightgrey; |
8 height: 44px; | 8 height: 44px; |
9 padding: 0 20px; | 9 padding: 0 20px; |
10 } | 10 } |
(...skipping 19 matching lines...) Expand all Loading... |
30 | 30 |
31 #accessibilityScreen oobe-a11y-option:last-of-type { | 31 #accessibilityScreen oobe-a11y-option:last-of-type { |
32 border-bottom: 1px solid rgba(0, 0, 0, 0.14); | 32 border-bottom: 1px solid rgba(0, 0, 0, 0.14); |
33 } | 33 } |
34 | 34 |
35 #accessibilityScreen .bottom-buttons { | 35 #accessibilityScreen .bottom-buttons { |
36 padding: 0 24px; | 36 padding: 0 24px; |
37 } | 37 } |
38 | 38 |
39 /************* Network Selection Screen **************/ | 39 /************* Network Selection Screen **************/ |
| 40 #networkSelectionScreen .footer { |
| 41 margin-bottom: 10px; |
| 42 max-height: 297px; |
| 43 } |
| 44 |
40 #networkSelectionScreen .bottom-buttons { | 45 #networkSelectionScreen .bottom-buttons { |
41 padding: 0 6px; /* = 8px - 2px back button border */ | 46 padding: 0 6px; /* = 8px - 2px back button border */ |
42 } | 47 } |
43 | 48 |
44 /************* Timezone Screen **************/ | 49 /************* Timezone Screen **************/ |
45 #timezoneScreen .timezone-selection-entry { | 50 #timezoneScreen .timezone-selection-entry { |
46 border-top: 1px solid lightgrey; | 51 border-top: 1px solid lightgrey; |
47 height: 44px; | 52 height: 44px; |
48 padding: 0 20px; | 53 padding: 0 20px; |
49 } | 54 } |
50 | 55 |
51 #timezoneScreen .timezone-selection-entry:last-of-type { | 56 #timezoneScreen .timezone-selection-entry:last-of-type { |
52 border-bottom: 1px solid lightgrey; | 57 border-bottom: 1px solid lightgrey; |
53 } | 58 } |
54 | 59 |
55 #timezoneScreen .timezone-selection-title { | 60 #timezoneScreen .timezone-selection-title { |
56 color: rgba(0, 0, 0, 0.87); | 61 color: rgba(0, 0, 0, 0.87); |
57 font: 13px Roboto, sans-serif; | 62 font: 13px Roboto, sans-serif; |
58 } | 63 } |
59 | 64 |
60 #timezoneScreen .bottom-buttons { | 65 #timezoneScreen .bottom-buttons { |
61 padding: 0 24px; | 66 padding: 0 24px; |
62 } | 67 } |
OLD | NEW |