| 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 .account-picker.flying-pods #account-picker { | 6 .account-picker.flying-pods #account-picker { |
| 7 transition: width 180ms ease, height 180ms ease; | 7 transition: width 180ms ease, height 180ms ease; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #bubble { | 10 #bubble { |
| 11 margin-top: 16px; | 11 margin-top: 16px; |
| 12 z-index: 1; | 12 z-index: 1; |
| 13 } | 13 } |
| 14 | 14 |
| 15 #signin-banner-container1 { | 15 #signin-banner-container1 { |
| 16 height: 64px; | 16 height: 64px; |
| 17 max-width: 450px; |
| 17 position: absolute; | 18 position: absolute; |
| 18 width: 520px; | |
| 19 z-index: 3; | 19 z-index: 3; |
| 20 } | 20 } |
| 21 | 21 |
| 22 #signin-banner-container2 { | 22 #signin-banner-container2 { |
| 23 display: inline-block; | 23 display: inline-block; |
| 24 position: relative; | 24 position: relative; |
| 25 } | 25 } |
| 26 | 26 |
| 27 html[dir=rtl] #signin-banner-container2 { | 27 html[dir=rtl] #signin-banner-container2 { |
| 28 left: -50%; | 28 left: -50%; |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 background: linear-gradient(#4FC3F7, transparent); | 95 background: linear-gradient(#4FC3F7, transparent); |
| 96 height: 112px; | 96 height: 112px; |
| 97 position: absolute; | 97 position: absolute; |
| 98 width: 100%; | 98 width: 100%; |
| 99 z-index: 2; | 99 z-index: 2; |
| 100 } | 100 } |
| 101 | 101 |
| 102 .small-pod-container-mask.rotate { | 102 .small-pod-container-mask.rotate { |
| 103 transform: rotate(180deg); | 103 transform: rotate(180deg); |
| 104 } | 104 } |
| OLD | NEW |