Index: chrome/browser/resources/options/personal_options.css |
diff --git a/chrome/browser/resources/options/personal_options.css b/chrome/browser/resources/options/personal_options.css |
index 98a2f8c564f243df067edf2bbc1784090333beb3..82341f90dc2a55adb0dc8d28c5d14e5a8e86a964 100644 |
--- a/chrome/browser/resources/options/personal_options.css |
+++ b/chrome/browser/resources/options/personal_options.css |
@@ -9,7 +9,7 @@ |
} |
#sync-buttons { |
- margin: 10px 0; |
+ margin-top: 10px; |
} |
#start-stop-sync { |
@@ -17,12 +17,13 @@ |
margin-right: 5px; |
} |
-#profiles-create { |
- margin-top: 15px; |
+#profiles-list { |
+ min-height: 0; |
+ margin-bottom: 10px; |
} |
-#profiles-create-button { |
- margin: 10px 0; |
+.profile-item-current { |
+ font-weight: bold; |
} |
#themes-gallery-div { |