Index: chrome/browser/resources/options2/browser_options_page.css |
=================================================================== |
--- chrome/browser/resources/options2/browser_options_page.css (revision 117298) |
+++ chrome/browser/resources/options2/browser_options_page.css (working copy) |
@@ -1,3 +1,6 @@ |
+/* TODO(csilv): Re-order, rename selectors according to style guide. */ |
+/* TODO(csilv): Rename this file 'browser_options.css' */ |
+ |
/* This is necessary because the fix for correctly wrapping labels |
* (crbug.com/109334) requires labels to be display: block; however, this label |
* has a buttom inline after it. |
@@ -50,3 +53,67 @@ |
position: absolute; |
bottom: 18px; |
} |
+ |
+#account-picture-wrapper { |
+ border-radius: 4px; |
+ border: 1px solid rgba(0, 0, 0, 0.3); |
+ display: inline-block; |
+ margin: 5px 10px 5px 2px; |
+ padding: 3px; |
+} |
+ |
+#account-picture { |
+ width: 70px; |
+ height: 70px; |
+ vertical-align: middle; |
+} |
+ |
+#start-stop-sync { |
+ margin-left: 0; |
+ margin-right: 5px; |
+} |
+ |
+#profiles-list { |
+ min-height: 0; |
+ margin-bottom: 10px; |
+} |
+ |
+#profiles-list > * { |
+ height: 40px; |
+} |
+ |
+.profile-img { |
+ height: 31px; |
+ padding: 3px; |
+ vertical-align: middle; |
+ width: 38px; |
+} |
+ |
+.profile-item-current { |
+ font-weight: bold; |
+} |
+ |
+#themes-gallery-div { |
+ margin: 10px 0; |
+} |
+ |
+.sync-error { |
+ background: #FFDBDB; |
+ border: 1px solid #ce4c4c; |
+ border-radius: 2px; |
+ padding: 10px; |
+} |
+ |
+.sync-error .link-button { |
+ margin: 0 1ex; |
+ padding: 0; |
+} |
+ |
+#enable-auto-login-checkbox { |
+ margin-top: 10px; |
+} |
+ |
+#mac-passwords-warning, |
+#manage-data-group { |
+ margin-top: 10px; |
+} |