| 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 html[dir='rtl'] body.uber-frame > .page { | 5 html[dir='rtl'] body.uber-frame > .page { |
| 6 -webkit-margin-end: 0; | 6 -webkit-margin-end: 0; |
| 7 } | 7 } |
| 8 | 8 |
| 9 body.uber-frame > .page.big-topbar-page { | 9 body.uber-frame > .page.big-topbar-page { |
| 10 padding-top: 78px; | 10 padding-top: 78px; |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 .entry-box input[type='checkbox']:focus { | 370 .entry-box input[type='checkbox']:focus { |
| 371 -webkit-transition: opacity 150ms; | 371 -webkit-transition: opacity 150ms; |
| 372 } | 372 } |
| 373 | 373 |
| 374 .filter-status { | 374 .filter-status { |
| 375 -webkit-margin-start: 10px; | 375 -webkit-margin-start: 10px; |
| 376 } | 376 } |
| 377 | 377 |
| 378 .filter-status > div { | 378 .filter-status > div { |
| 379 -webkit-flex: 0 0 auto; | 379 -webkit-flex: 0 0 auto; |
| 380 -webkit-transition: background-color 500ms ease-in-out; | 380 -webkit-transition: background-color 150ms; |
| 381 border-radius: 3px; | 381 border-radius: 3px; |
| 382 display: none; | 382 display: none; |
| 383 font-size: 11px; | 383 font-size: 11px; |
| 384 height: 14px; | 384 height: 14px; |
| 385 line-height: 12px; | 385 line-height: 12px; |
| 386 white-space: nowrap; | 386 white-space: nowrap; |
| 387 } | 387 } |
| 388 | 388 |
| 389 .filter-status > div.filter-allowed, | 389 .filter-status > div.filter-allowed, |
| 390 .filter-status > div.filter-blocked, | 390 .filter-status > div.filter-blocked, |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 background-image: url(../../../../ui/webui/resources/images/phone_small.png); | 623 background-image: url(../../../../ui/webui/resources/images/phone_small.png); |
| 624 background-position: 14px center; | 624 background-position: 14px center; |
| 625 padding-left: 43px; | 625 padding-left: 43px; |
| 626 } | 626 } |
| 627 | 627 |
| 628 #action-menu[data-devicetype='tablet']::before { | 628 #action-menu[data-devicetype='tablet']::before { |
| 629 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); | 629 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); |
| 630 background-position: 17px center; | 630 background-position: 17px center; |
| 631 padding-left: 49px; | 631 padding-left: 49px; |
| 632 } | 632 } |
| OLD | NEW |