Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 | 5 |
| 6 #outer-container { | 6 #outer-container { |
| 7 -webkit-box-align: center; | 7 -webkit-box-align: center; |
| 8 -webkit-box-pack: center; | 8 -webkit-box-pack: center; |
| 9 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */ | 9 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */ |
| 10 bottom: 57px; /* Leave space for the header bar */ | 10 bottom: 57px; /* Leave space for the header bar */ |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 55 | 55 |
| 56 #inner-container.animation { | 56 #inner-container.animation { |
| 57 overflow: hidden; | 57 overflow: hidden; |
| 58 } | 58 } |
| 59 | 59 |
| 60 #inner-container.disabled { | 60 #inner-container.disabled { |
| 61 opacity: 0.4; | 61 opacity: 0.4; |
| 62 pointer-events: none; | 62 pointer-events: none; |
| 63 } | 63 } |
| 64 | 64 |
| 65 | |
| 66 #oobe[md-mode] #progress-dots { | |
| 67 display: none; | |
| 68 } | |
|
michaelpg
2016/08/17 00:24:44
nit: newline after block
Alexander Alekseev
2016/08/17 01:10:45
Done.
| |
| 65 /* Screens that have a border and background. */ | 69 /* Screens that have a border and background. */ |
| 66 #oobe.auto-enrollment-check #inner-container, | 70 #oobe.auto-enrollment-check #inner-container, |
| 67 #oobe.autolaunch #inner-container, | 71 #oobe.autolaunch #inner-container, |
| 68 #oobe.confirm-password #inner-container, | 72 #oobe.confirm-password #inner-container, |
| 69 #oobe.connect #inner-container, | 73 #oobe:not([md-mode]).connect #inner-container, |
| 70 #oobe.debugging #inner-container, | 74 #oobe.debugging #inner-container, |
| 71 #oobe.enrollment #inner-container, | 75 #oobe.enrollment #inner-container, |
| 72 #oobe.eula #inner-container, | 76 #oobe:not([md-mode]).eula #inner-container, |
| 73 #oobe.fatal-error #inner-container, | 77 #oobe.fatal-error #inner-container, |
| 74 #oobe.gaia-signin #inner-container, | 78 #oobe.gaia-signin #inner-container, |
| 75 #oobe.hid-detection #inner-container, | 79 #oobe.hid-detection #inner-container, |
| 76 #oobe.kiosk-enable #inner-container, | 80 #oobe.kiosk-enable #inner-container, |
| 77 #oobe.oauth-enrollment #inner-container, | 81 #oobe.oauth-enrollment #inner-container, |
| 78 #oobe.password-changed #inner-container, | 82 #oobe.password-changed #inner-container, |
| 79 #oobe.reset #inner-container, | 83 #oobe.reset #inner-container, |
| 80 #oobe.supervised-user-creation #inner-container, | 84 #oobe.supervised-user-creation #inner-container, |
| 81 #oobe.supervised-user-creation-dialog #inner-container, | 85 #oobe.supervised-user-creation-dialog #inner-container, |
| 82 #oobe.terms-of-service #inner-container, | 86 #oobe.terms-of-service #inner-container, |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 100 | 104 |
| 101 /* Only play this animation when 'down' class is removed. */ | 105 /* Only play this animation when 'down' class is removed. */ |
| 102 .oobe-display #inner-container:not(.down) { | 106 .oobe-display #inner-container:not(.down) { |
| 103 -webkit-transition: transform 200ms ease-in-out; | 107 -webkit-transition: transform 200ms ease-in-out; |
| 104 } | 108 } |
| 105 | 109 |
| 106 .oobe-display #inner-container.down { | 110 .oobe-display #inner-container.down { |
| 107 transform: translateY(50px) rotateX(-2.5deg); | 111 transform: translateY(50px) rotateX(-2.5deg); |
| 108 } | 112 } |
| 109 | 113 |
| 110 #step-logo { | 114 #oobe:not([md-mode]) #step-logo { |
| 111 -webkit-margin-start: 17px; | 115 -webkit-margin-start: 17px; |
| 112 display: -webkit-box; | 116 display: -webkit-box; |
| 113 position: absolute; | 117 position: absolute; |
| 114 top: 15px; | 118 top: 15px; |
| 115 } | 119 } |
| 116 | 120 |
| 121 #oobe[md-mode] #step-logo { | |
| 122 visibility:hidden; | |
|
michaelpg
2016/08/17 00:24:44
nit: space after :
Alexander Alekseev
2016/08/17 01:10:45
Done.
| |
| 123 } | |
| 124 | |
| 117 #progress-dots { | 125 #progress-dots { |
| 118 -webkit-box-pack: center; | 126 -webkit-box-pack: center; |
| 119 -webkit-transition: opacity 200ms ease-in-out, | 127 -webkit-transition: opacity 200ms ease-in-out, |
| 120 visibility 200ms ease-in-out; | 128 visibility 200ms ease-in-out; |
| 121 display: -webkit-box; | 129 display: -webkit-box; |
| 122 margin-top: 15px; | 130 margin-top: 15px; |
| 123 } | 131 } |
| 124 | 132 |
| 133 #oobe[md-mode] #progress-dots { | |
| 134 display: none; | |
| 135 } | |
| 136 | |
| 125 /* Hidden for the duration of initial transition. */ | 137 /* Hidden for the duration of initial transition. */ |
| 126 .oobe-display #progress-dots.down { | 138 .oobe-display #progress-dots.down { |
| 127 visibility: hidden; | 139 visibility: hidden; |
| 128 } | 140 } |
| 129 | 141 |
| 130 .progdot { | 142 .progdot { |
| 131 -webkit-margin-end: 12px; | 143 -webkit-margin-end: 12px; |
| 132 background: white; | 144 background: white; |
| 133 height: 10px; | 145 height: 10px; |
| 134 opacity: 0.4; | 146 opacity: 0.4; |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 219 line-height: 31px; | 231 line-height: 31px; |
| 220 text-transform: lowercase; | 232 text-transform: lowercase; |
| 221 width: 23em; | 233 width: 23em; |
| 222 } | 234 } |
| 223 | 235 |
| 224 .header-section::before { | 236 .header-section::before { |
| 225 /* Divider in header between product name and title, | 237 /* Divider in header between product name and title, |
| 226 * like "[Product name] > [step header]". */ | 238 * like "[Product name] > [step header]". */ |
| 227 content: '\00A0\203A\00A0\00A0'; | 239 content: '\00A0\203A\00A0\00A0'; |
| 228 } | 240 } |
| OLD | NEW |