| 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 | 487 |
| 488 html .expand .site-domain-arrow { | 488 html .expand .site-domain-arrow { |
| 489 -webkit-transform: rotate(90deg); | 489 -webkit-transform: rotate(90deg); |
| 490 } | 490 } |
| 491 | 491 |
| 492 .entry .bookmark-section { | 492 .entry .bookmark-section { |
| 493 -webkit-margin-end: 3px; | 493 -webkit-margin-end: 3px; |
| 494 -webkit-margin-start: 8px; | 494 -webkit-margin-start: 8px; |
| 495 background: | 495 background: |
| 496 url(../../../../ui/webui/resources/images/star_small.png) no-repeat; | 496 url(../../../../ui/webui/resources/images/star_small.png) no-repeat; |
| 497 border: none; |
| 497 display: inline-block; | 498 display: inline-block; |
| 498 height: 11px; | 499 height: 11px; |
| 499 min-width: 15px; | 500 min-width: 15px; |
| 500 visibility: hidden; | 501 visibility: hidden; |
| 501 } | 502 } |
| 502 | 503 |
| 503 .entry .starred { | 504 .entry .starred { |
| 504 visibility: visible; | 505 visibility: visible; |
| 505 } | 506 } |
| 506 | 507 |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 background-image: url(../../../../ui/webui/resources/images/phone_small.png); | 611 background-image: url(../../../../ui/webui/resources/images/phone_small.png); |
| 611 background-position: 14px center; | 612 background-position: 14px center; |
| 612 padding-left: 43px; | 613 padding-left: 43px; |
| 613 } | 614 } |
| 614 | 615 |
| 615 #action-menu[data-devicetype='tablet']::before { | 616 #action-menu[data-devicetype='tablet']::before { |
| 616 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); | 617 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); |
| 617 background-position: 17px center; | 618 background-position: 17px center; |
| 618 padding-left: 49px; | 619 padding-left: 49px; |
| 619 } | 620 } |
| OLD | NEW |