| OLD | NEW |
| 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 body { | 5 body { |
| 6 position: relative; | 6 position: relative; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #main-content { | 9 #main-content { |
| 10 bottom: 0; | 10 bottom: 0; |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 } | 362 } |
| 363 | 363 |
| 364 html[dir=rtl].option-name { | 364 html[dir=rtl].option-name { |
| 365 padding-left: 5px; | 365 padding-left: 5px; |
| 366 } | 366 } |
| 367 | 367 |
| 368 .favicon-cell { | 368 .favicon-cell { |
| 369 -webkit-padding-start: 20px; | 369 -webkit-padding-start: 20px; |
| 370 background-position: left; | 370 background-position: left; |
| 371 background-repeat: no-repeat; | 371 background-repeat: no-repeat; |
| 372 background-size: 16px; |
| 372 } | 373 } |
| 373 | 374 |
| 374 input[type='url'].favicon-cell { | 375 input[type='url'].favicon-cell { |
| 375 -webkit-padding-start: 22px; | 376 -webkit-padding-start: 22px; |
| 376 background-position-x: 4px; | 377 background-position-x: 4px; |
| 377 } | 378 } |
| 378 | 379 |
| 379 /* TODO(jhawkins): Use something better than 99.3% when CSS3 background | 380 /* TODO(jhawkins): Use something better than 99.3% when CSS3 background |
| 380 * positioning is available. | 381 * positioning is available. |
| 381 */ | 382 */ |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 background-size: 22px; | 576 background-size: 22px; |
| 576 } | 577 } |
| 577 | 578 |
| 578 html[dir='rtl'] .controlled-setting-bubble-text { | 579 html[dir='rtl'] .controlled-setting-bubble-text { |
| 579 background-position: right top; | 580 background-position: right top; |
| 580 } | 581 } |
| 581 | 582 |
| 582 .controlled-setting-bubble-action { | 583 .controlled-setting-bubble-action { |
| 583 padding: 0 !important; | 584 padding: 0 !important; |
| 584 } | 585 } |
| OLD | NEW |