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..474748912be5806a14479a12b6ac9cc39eed2455 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,17 @@ |
margin-right: 5px; |
} |
-#profiles-create { |
- margin-top: 15px; |
+#profiles-list { |
+ /* override the default min-height for a list */ |
James Hawkins
2011/07/19 20:22:09
Should remove this comment.
|
+ min-height: 0; |
+ margin-bottom: 10px; |
} |
-#profiles-create-button { |
- margin: 10px 0; |
+.profile-item { |
James Hawkins
2011/07/19 20:22:09
Remove empty class.
|
+} |
+ |
+.profile-item-current { |
+ font-weight: bold; |
} |
#themes-gallery-div { |