Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: chrome/browser/resources/md_user_manager/control_bar.css

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, css overview, bug fix Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698