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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_styles.html

Issue 1826903002: updated UI, default profile name, check for existing supervised user before create (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 8 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/user_manager_styles.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_styles.html b/chrome/browser/resources/md_user_manager/user_manager_styles.html
index 31a33c8df8a7cc3cf47b776037e2dffc0dd4b5af..7b0785b4975f895418a9340ea88a610d5b900faa 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_styles.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_styles.html
@@ -8,6 +8,12 @@
}
/* Overrides for the desktop user manager screen. */
+ #login-header-bar {
+ bottom: 0;
+ left: 0;
+ position: absolute;
+ right: 0;
+ }
#outer-container {
min-height: 0;

Powered by Google App Engine
This is Rietveld 408576698