OLD | NEW |
1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 :host { | 5 :host { |
| 6 -webkit-user-select: none; |
6 bottom: 0; | 7 bottom: 0; |
7 padding: 48px 0; | 8 padding: 48px 0; |
8 position: fixed; | 9 position: fixed; |
9 right: 0; | 10 right: 0; |
10 z-index: 3; | 11 z-index: 3; |
11 } | 12 } |
12 | 13 |
13 viewer-zoom-button { | 14 viewer-zoom-button { |
14 display: block; | 15 display: block; |
15 } | 16 } |
16 | 17 |
17 /* A small gap between the zoom in/zoom out buttons. */ | 18 /* A small gap between the zoom in/zoom out buttons. */ |
18 #zoom-out-button { | 19 #zoom-out-button { |
19 margin-top: 1em; | 20 margin-top: 10px; |
20 } | 21 } |
21 | 22 |
22 /* A larger gap between the fit button and bottom two buttons. */ | 23 /* A larger gap between the fit button and bottom two buttons. */ |
23 #zoom-in-button { | 24 #zoom-in-button { |
24 margin-top: 2em; | 25 margin-top: 24px; |
25 } | 26 } |
OLD | NEW |