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 bottom: 0; | 6 bottom: 0; |
7 padding: 24px; | 7 padding: 24px; |
8 position: fixed; | 8 position: fixed; |
9 right: 0; | 9 right: 0; |
10 z-index: 3; | 10 z-index: 3; |
11 } | 11 } |
12 | 12 |
13 #zoom-buttons { | 13 #zoom-buttons { |
14 display: inline-block; | 14 display: inline-block; |
15 } | 15 } |
16 | 16 |
17 #slider { | 17 #slider { |
18 display: inline-block; | 18 display: inline-block; |
19 margin-bottom: 0.8em; | 19 margin-bottom: 0.8em; |
20 margin-right: 2em; | 20 margin-right: 2em; |
21 overflow: visible; | 21 overflow: visible; |
22 } | 22 } |
23 | 23 |
24 #main-zoom { | 24 #main-zoom { |
25 background-color: rgb(33, 150, 243); | 25 background-color: rgb(27, 168, 243); |
26 display: block; | 26 display: block; |
27 margin: auto; | 27 margin: auto; |
28 margin-top: 2em; | 28 margin-top: 2em; |
29 overflow: visible; | 29 overflow: visible; |
30 } | 30 } |
31 | 31 |
32 #fit-to-width-button { | 32 #fit-to-width-button { |
33 display: block; | 33 display: block; |
34 margin: auto; | 34 margin: auto; |
35 margin-top: 2em; | 35 margin-top: 2em; |
36 overflow: visible; | 36 overflow: visible; |
37 } | 37 } |
38 | 38 |
39 #fit-to-page-button { | 39 #fit-to-page-button { |
40 display: block; | 40 display: block; |
41 margin: auto; | 41 margin: auto; |
42 overflow: visible; | 42 overflow: visible; |
43 } | 43 } |
44 | 44 |
OLD | NEW |