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

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

Issue 10692091: Make help links inside signin box labels non bold (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | no next file » | 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 37ecb5d8554c42dd756e8057fd274293bfcaacce..f56c15c264d36eef72b96386b8916363215bee4e 100644
--- a/chrome/browser/resources/sync_setup_overlay.css
+++ b/chrome/browser/resources/sync_setup_overlay.css
@@ -455,6 +455,11 @@ html[dir='rtl'] .signin-box input[type=password] {
display: block;
}
+/* The help links inside the signin box labels should use a normal font. */
+.signin-box label a {
+ font-weight: normal;
James Hawkins 2012/07/04 17:10:01 This should go below the '.signing-box label' sele
Roger Tawa OOO till Jul 10th 2012/07/04 19:17:53 Done.
+}
+
.signin-box label {
display: block;
font-weight: bold;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698