Chromium Code Reviews| Index: chrome/browser/resources/md_user_manager/control_bar.css |
| diff --git a/chrome/browser/resources/md_user_manager/control_bar.css b/chrome/browser/resources/md_user_manager/control_bar.css |
| index 77b126010a4969c0e0b9538d1cea967963ec16f1..e3c8fc3fcb8d817c20ffb4722517604eb6797371 100644 |
| --- a/chrome/browser/resources/md_user_manager/control_bar.css |
| +++ b/chrome/browser/resources/md_user_manager/control_bar.css |
| @@ -2,14 +2,18 @@ |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. */ |
| -#login-header-bar { |
| +:host { |
| bottom: 0; |
| left: 0; |
| + position: absolute; |
| + right: 0; |
| + z-index: 1; |
| +}; |
| + |
| +#login-header-bar { |
| min-height: 32px; |
| padding-bottom: 12px; |
| padding-top: 12px; |
| - position: absolute; |
| - right: 0; |
| } |
| paper-button { |