Chromium Code Reviews| 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 629 background-image: url(../../../../ui/webui/resources/images/phone_small.png); | 629 background-image: url(../../../../ui/webui/resources/images/phone_small.png); |
| 630 background-position: 14px center; | 630 background-position: 14px center; |
| 631 padding-left: 43px; | 631 padding-left: 43px; |
| 632 } | 632 } |
| 633 | 633 |
| 634 #action-menu[data-devicetype='tablet']::before { | 634 #action-menu[data-devicetype='tablet']::before { |
| 635 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); | 635 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); |
| 636 background-position: 17px center; | 636 background-position: 17px center; |
| 637 padding-left: 49px; | 637 padding-left: 49px; |
| 638 } | 638 } |
| 639 | |
| 640 <if expr="is_ios"> | |
| 641 #results-header:empty { | |
|
Dan Beam
2014/12/23 18:03:44
add this to history_mobile.css instead
| |
| 642 display: none; | |
| 643 } | |
| 644 </if> | |
| OLD | NEW |