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

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

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/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..3b2489e9827c22a538acaf23be4c3ac33e8328fd 100644
--- a/chrome/browser/resources/md_user_manager/control_bar.css
+++ b/chrome/browser/resources/md_user_manager/control_bar.css
@@ -2,25 +2,23 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#login-header-bar {
- bottom: 0;
- left: 0;
- min-height: 32px;
+#container {
padding-bottom: 12px;
padding-top: 12px;
- position: absolute;
- right: 0;
}
paper-button {
border-radius: 2px;
+ color: var(--paper-grey-600);
+ font-weight: 500;
line-height: 32px;
+ margin: 0;
min-width: 52px;
padding: 0 16px;
}
#addUser {
- -webkit-margin-end: 16px;
+ margin: 0 8px;
}
#logo {

Powered by Google App Engine
This is Rietveld 408576698