Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |