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