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

Unified Diff: chrome/browser/resources/options/managed_user_import.css

Issue 100073004: Fix issues with supervised user recreation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing imageset statements. Created 7 years 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/options/managed_user_import.css
diff --git a/chrome/browser/resources/options/managed_user_import.css b/chrome/browser/resources/options/managed_user_import.css
index 1d5f7e417805272e86db74e5ef060e5946c5e6eb..9dae8f1db4ecc00dcf418048ba068240ef632c8b 100644
--- a/chrome/browser/resources/options/managed_user_import.css
+++ b/chrome/browser/resources/options/managed_user_import.css
@@ -19,6 +19,22 @@
#managed-user-list {
height: 240px;
+ margin-bottom: 10px;
+}
+
+#managed-user-list .profile-name {
+ -webkit-box-flex: 1;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+#managed-user-list > * {
+ height: 40px;
+}
+
+#managed-user-list:focus {
+ border-color: rgb(77, 144, 254);
}
#select-avatar-grid {
@@ -54,6 +70,6 @@
}
.already-on-this-device {
- padding-left: 4px;
- padding-right: 4px;
+ padding-left: 20px;
+ padding-right: 6px;
}
« no previous file with comments | « chrome/browser/resources/options/manage_profile_overlay.js ('k') | chrome/browser/resources/options/managed_user_import.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698