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

Unified Diff: chrome/browser/resources/sync_setup_overlay.css

Issue 10186011: Sync UI: Fix up the HTML by moving divs outside of the label. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove include. Created 8 years, 8 months 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
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_setup_overlay.css
diff --git a/chrome/browser/resources/sync_setup_overlay.css b/chrome/browser/resources/sync_setup_overlay.css
index 20c80a5681f58ef5584f4f0719734534c495bfb9..8e3e2f6f6eeba1c252821825235f3428ca2d3839 100644
--- a/chrome/browser/resources/sync_setup_overlay.css
+++ b/chrome/browser/resources/sync_setup_overlay.css
@@ -298,6 +298,12 @@ html[dir='rtl'] #signin-header-logo {
right: auto;
}
+#email-row,
+#email-readonly-row,
+#password-row {
+ margin: 0 0 1.5em;
+}
+
/* Sign in buttons. */
.signin-box input[type=submit] {
@@ -315,8 +321,8 @@ html[dir='rtl'] #signin-header-logo {
font-weight: bold;
height: 32px;
line-height: 27px;
- margin-top: 0;
margin-bottom: 1.2em;
+ margin-top: 0;
min-width: 54px !important;
padding: 0 8px;
}
@@ -439,7 +445,7 @@ html[dir='rtl'] .signin-box input[type=password] {
.signin-box label {
display: block;
- margin: 0 0 1.5em;
+ font-weight: bold;
}
/* Sign in miscellaneous. */
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698