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

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: Move style block down 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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 .signin-box label { 458 .signin-box label {
459 display: block; 459 display: block;
460 font-weight: bold; 460 font-weight: bold;
461 } 461 }
462 462
463 /* The help links inside the signin box labels should use a normal font. */
464 .signin-box label a {
465 font-weight: normal;
466 }
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 }
468 473
469 html[dir='rtl'] .signin-box .throbber { 474 html[dir='rtl'] .signin-box .throbber {
470 float: left; 475 float: left;
471 } 476 }
472 477
(...skipping 21 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