| 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; |
| 11 } | 11 } |
| 12 | 12 |
| 13 #top-container { | 13 #top-container { |
| 14 margin-top: 16px; | 14 margin-top: 16px; |
| 15 overflow: hidden; | 15 overflow: hidden; |
| 16 } | 16 } |
| 17 | 17 |
| 18 #editing-controls, | 18 #editing-controls, |
| 19 #loading-spinner { | 19 #loading-spinner { |
| 20 white-space: nowrap; | 20 white-space: nowrap; |
| 21 } | 21 } |
| 22 | 22 |
| 23 #search-button { | 23 #search-button { |
| 24 margin: 0; | 24 margin: 0; |
| 25 } | 25 } |
| 26 | 26 |
| 27 #spinner { | 27 #spinner { |
| 28 position: relative; | 28 -webkit-margin-end: 5px; |
| 29 top: 3px; | 29 vertical-align: bottom; |
| 30 } | 30 } |
| 31 | 31 |
| 32 #notification-bar { | 32 #notification-bar { |
| 33 float: right; | 33 float: right; |
| 34 padding-top: 5px; | 34 padding-top: 5px; |
| 35 } | 35 } |
| 36 | 36 |
| 37 html[dir='rtl'] #notification-bar { | 37 html[dir='rtl'] #notification-bar { |
| 38 float: left; | 38 float: left; |
| 39 } | 39 } |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 background-image: url(../../../../ui/webui/resources/images/phone_small.png); | 632 background-image: url(../../../../ui/webui/resources/images/phone_small.png); |
| 633 background-position: 14px center; | 633 background-position: 14px center; |
| 634 padding-left: 43px; | 634 padding-left: 43px; |
| 635 } | 635 } |
| 636 | 636 |
| 637 #action-menu[data-devicetype='tablet']::before { | 637 #action-menu[data-devicetype='tablet']::before { |
| 638 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); | 638 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); |
| 639 background-position: 17px center; | 639 background-position: 17px center; |
| 640 padding-left: 49px; | 640 padding-left: 49px; |
| 641 } | 641 } |
| OLD | NEW |