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

Unified Diff: chrome/browser/resources/options2/personal_options.css

Issue 8895023: Options2: Pull the trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DIAF. Created 9 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/options2/personal_options.css
diff --git a/chrome/browser/resources/options2/personal_options.css b/chrome/browser/resources/options2/personal_options.css
new file mode 100644
index 0000000000000000000000000000000000000000..ee18893ff52763c7bb5e66a712a72c0b31a7e4b8
--- /dev/null
+++ b/chrome/browser/resources/options2/personal_options.css
@@ -0,0 +1,66 @@
+#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;
+}
+
+#sync-buttons, #profiles-buttons {
+ margin-top: 10px;
+}
+
+#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 {
+ margin-top: 10px;
+}
« no previous file with comments | « chrome/browser/resources/options2/password_manager_list.js ('k') | chrome/browser/resources/options2/personal_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698