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

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: Review fixes. 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 cursor: default; 2 cursor: default;
3 font-size: 100%; 3 font-size: 100%;
4 } 4 }
5 5
6 #settings-title { 6 #settings-title {
7 -webkit-padding-end: 24px; 7 -webkit-padding-end: 24px;
8 color: #53637d; 8 color: #53637d;
9 cursor: pointer; 9 cursor: pointer;
10 font-size: 200%; 10 font-size: 200%;
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 html[dir=rtl].option-name { 481 html[dir=rtl].option-name {
482 padding-left: 5px; 482 padding-left: 5px;
483 } 483 }
484 484
485 .favicon-cell { 485 .favicon-cell {
486 -webkit-padding-start: 20px; 486 -webkit-padding-start: 20px;
487 background-position: left; 487 background-position: left;
488 background-repeat: no-repeat; 488 background-repeat: no-repeat;
489 } 489 }
490 490
491 input.favicon-cell {
492 -webkit-padding-start: 22px;
493 background-position-x: 4px;
494 }
495
496 html[dir=rtl] input.favicon-cell {
497 background-position-x: 99.3%;
stuartmorgan 2011/01/18 21:52:05 I had considered this before, but didn't quite hav
James Hawkins 2011/01/19 03:07:47 Done.
498 }
499
491 list .favicon-cell { 500 list .favicon-cell {
492 -webkit-margin-start: 7px; 501 -webkit-margin-start: 7px;
493 -webkit-padding-start: 26px; 502 -webkit-padding-start: 26px;
494 display: block; 503 display: block;
495 text-overflow: ellipsis; 504 text-overflow: ellipsis;
496 overflow: hidden; 505 overflow: hidden;
497 white-space: nowrap; 506 white-space: nowrap;
498 } 507 }
499 508
500 html[dir=rtl] list .favicon-cell { 509 html[dir=rtl] list .favicon-cell {
(...skipping 30 matching lines...) Expand all
531 } 540 }
532 541
533 .suboption { 542 .suboption {
534 -webkit-margin-start: 16px; 543 -webkit-margin-start: 16px;
535 } 544 }
536 545
537 html[os=mac] label > input[type=checkbox], 546 html[os=mac] label > input[type=checkbox],
538 html[os=mac] label > input[type=radio] { 547 html[os=mac] label > input[type=radio] {
539 margin-top: 2px; 548 margin-top: 2px;
540 } 549 }
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