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

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

Issue 1901853002: Import supervised user dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-confirmation-page
Patch Set: Addressed comments + rebase 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/create_profile.css
diff --git a/chrome/browser/resources/md_user_manager/create_profile.css b/chrome/browser/resources/md_user_manager/create_profile.css
index f0e12a72f57526735294d7c767114972dcce13ee..4ea6bc432ef5a8015d9f28aac5ce1ca0dd864a25 100644
--- a/chrome/browser/resources/md_user_manager/create_profile.css
+++ b/chrome/browser/resources/md_user_manager/create_profile.css
@@ -20,8 +20,8 @@
}
#message-container iron-icon {
- height: 20px;
- width: 20px;
+ --iron-icon-height: 20px;
+ --iron-icon-width: 20px;
}
#message-container #message {
@@ -117,6 +117,10 @@ paper-menu paper-item {
line-height: 20px;
}
+#supervised-user-container #import-user {
+ -webkit-margin-start: 16px;
+}
+
#actions {
bottom: 16px;
display: flex;

Powered by Google App Engine
This is Rietveld 408576698