| 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 10px; | 9 padding: 0 10px; |
| 10 } | 10 } |
| (...skipping 20 matching lines...) Expand all Loading... |
| 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 { | 40 #networkSelectionScreen .footer { |
| 41 margin-bottom: 10px; | 41 max-height: 313px; |
| 42 max-height: 297px; | |
| 43 } | 42 } |
| 44 | 43 |
| 45 #networkSelectionScreen .bottom-buttons { | 44 #networkSelectionScreen .bottom-buttons { |
| 46 padding: 0 6px; /* = 8px - 2px back button border */ | 45 padding: 0 6px; /* = 8px - 2px back button border */ |
| 47 } | 46 } |
| 48 | 47 |
| 49 /************* Timezone Screen **************/ | 48 /************* Timezone Screen **************/ |
| 50 #timezoneScreen .timezone-selection-entry { | 49 #timezoneScreen .timezone-selection-entry { |
| 51 border-top: 1px solid lightgrey; | 50 border-top: 1px solid lightgrey; |
| 52 height: 44px; | 51 height: 44px; |
| 53 padding: 0 20px; | 52 padding: 0 20px; |
| 54 } | 53 } |
| 55 | 54 |
| 56 #timezoneScreen .timezone-selection-entry:last-of-type { | 55 #timezoneScreen .timezone-selection-entry:last-of-type { |
| 57 border-bottom: 1px solid lightgrey; | 56 border-bottom: 1px solid lightgrey; |
| 58 } | 57 } |
| 59 | 58 |
| 60 #timezoneScreen .timezone-selection-title { | 59 #timezoneScreen .timezone-selection-title { |
| 61 color: rgba(0, 0, 0, 0.87); | 60 color: rgba(0, 0, 0, 0.87); |
| 62 font: 13px Roboto, sans-serif; | 61 font: 13px Roboto, sans-serif; |
| 63 } | 62 } |
| 64 | 63 |
| 65 #timezoneScreen .bottom-buttons { | 64 #timezoneScreen .bottom-buttons { |
| 66 padding: 0 24px; | 65 padding: 0 24px; |
| 67 } | 66 } |
| OLD | NEW |