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

Side by Side Diff: chrome/browser/resources/options/options_page.css

Issue 6272008: DOMUI: Add padding for the Home Page favicon. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 body { 1 body {
2 -webkit-user-select: none; 2 -webkit-user-select: none;
3 cursor: default; 3 cursor: default;
4 font-size: 100%; 4 font-size: 100%;
5 } 5 }
6 6
7 #settings-title { 7 #settings-title {
8 -webkit-padding-end: 24px; 8 -webkit-padding-end: 24px;
9 color: #53637d; 9 color: #53637d;
10 font-size: 200%; 10 font-size: 200%;
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 489
490 .option-name { 490 .option-name {
491 padding-right: 5px; 491 padding-right: 5px;
492 } 492 }
493 493
494 html[dir=rtl].option-name { 494 html[dir=rtl].option-name {
495 padding-left: 5px; 495 padding-left: 5px;
496 } 496 }
497 497
498 .favicon-cell { 498 .favicon-cell {
499 -webkit-padding-start: 20px; 499 -webkit-padding-start: 22px;
500 background-position: left; 500 background-position: left;
501 background-position-x: 4px;
stuartmorgan 2011/01/18 17:23:03 Did you mean to change this for all the list items
James Hawkins 2011/01/18 20:05:11 Only for input; fixed.
501 background-repeat: no-repeat; 502 background-repeat: no-repeat;
502 } 503 }
503 504
504 list .favicon-cell { 505 list .favicon-cell {
505 -webkit-margin-start: 7px; 506 -webkit-margin-start: 7px;
506 -webkit-padding-start: 26px; 507 -webkit-padding-start: 26px;
507 display: block; 508 display: block;
508 text-overflow: ellipsis; 509 text-overflow: ellipsis;
509 overflow: hidden; 510 overflow: hidden;
510 white-space: nowrap; 511 white-space: nowrap;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 } 545 }
545 546
546 .suboption { 547 .suboption {
547 -webkit-margin-start: 16px; 548 -webkit-margin-start: 16px;
548 } 549 }
549 550
550 html[os=mac] label > input[type=checkbox], 551 html[os=mac] label > input[type=checkbox],
551 html[os=mac] label > input[type=radio] { 552 html[os=mac] label > input[type=radio] {
552 margin-top: 2px; 553 margin-top: 2px;
553 } 554 }
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