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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 /* TODO(jhawkins): Organize these by page. */ 5 /* TODO(jhawkins): Organize these by page. */
6 6
7 #sync-setup-overlay * h4 { 7 #sync-setup-overlay * h4 {
8 margin: 5px 0; 8 margin: 5px 0;
9 } 9 }
10 10
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 text-decoration: underline; 448 text-decoration: underline;
449 } 449 }
450 450
451 /* Sign in text. */ 451 /* Sign in text. */
452 452
453 .signin-box strong { 453 .signin-box strong {
454 color: #222; 454 color: #222;
455 display: block; 455 display: block;
456 } 456 }
457 457
458 /* The help links inside the signin box labels should use a normal font. */
459 .signin-box label a {
460 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.
461 }
462
458 .signin-box label { 463 .signin-box label {
459 display: block; 464 display: block;
460 font-weight: bold; 465 font-weight: bold;
461 } 466 }
462 467
463 /* Sign in miscellaneous. */ 468 /* Sign in miscellaneous. */
464 469
465 .signin-box .throbber { 470 .signin-box .throbber {
466 float: right; 471 float: right;
467 } 472 }
(...skipping 26 matching lines...) Expand all
494 } 499 }
495 500
496 .signin-box .help-link:visited { 501 .signin-box .help-link:visited {
497 color: white !important; 502 color: white !important;
498 } 503 }
499 504
500 .signin-box .help-link:hover { 505 .signin-box .help-link:hover {
501 color: white !important; 506 color: white !important;
502 opacity: .7; 507 opacity: .7;
503 } 508 }
OLDNEW
« 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