| 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 height: 15px; | 499 height: 15px; |
| 500 min-width: 15px; | 500 min-width: 15px; |
| 501 visibility: hidden; | 501 visibility: hidden; |
| 502 } | 502 } |
| 503 | 503 |
| 504 .entry .starred { | 504 .entry .starred { |
| 505 visibility: visible; | 505 visibility: visible; |
| 506 } | 506 } |
| 507 | 507 |
| 508 .entry .title > a, | 508 .entry .title > a, |
| 509 .site-domain .link-button { | 509 .site-domain [is='action-link'] { |
| 510 color: rgb(48, 57, 66); | 510 color: rgb(48, 57, 66); |
| 511 margin: 2px; | 511 margin: 2px; |
| 512 padding: 2px; | 512 padding: 2px; |
| 513 /* Focus outlines are rendered differently for each platform. */ | 513 /* Focus outlines are rendered differently for each platform. */ |
| 514 <if expr="is_macosx"> | 514 <if expr="is_macosx"> |
| 515 margin: 4px; | 515 margin: 4px; |
| 516 padding: 0; | 516 padding: 0; |
| 517 </if> | 517 </if> |
| 518 <if expr="is_win"> | 518 <if expr="is_win"> |
| 519 padding: 0 2px; | 519 padding: 0 2px; |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 background-image: url(../../../../ui/webui/resources/images/phone_small.png); | 622 background-image: url(../../../../ui/webui/resources/images/phone_small.png); |
| 623 background-position: 14px center; | 623 background-position: 14px center; |
| 624 padding-left: 43px; | 624 padding-left: 43px; |
| 625 } | 625 } |
| 626 | 626 |
| 627 #action-menu[data-devicetype='tablet']::before { | 627 #action-menu[data-devicetype='tablet']::before { |
| 628 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); | 628 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); |
| 629 background-position: 17px center; | 629 background-position: 17px center; |
| 630 padding-left: 49px; | 630 padding-left: 49px; |
| 631 } | 631 } |
| OLD | NEW |