BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-zoom-toolbar / viewer-zoom-toolbar.css
blobc5ea4234c22857ff5e43faee5d15ea9d9674fb3f
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
3 * found in the LICENSE file. */
5 :host {
6 -webkit-user-select: none;
7 bottom: 0;
8 padding: 48px 0;
9 position: fixed;
10 right: 0;
11 z-index: 3;
14 viewer-zoom-button {
15 display: block;
18 /* A small gap between the zoom in/zoom out buttons. */
19 #zoom-out-button {
20 margin-top: 10px;
23 /* A larger gap between the fit button and bottom two buttons. */
24 #zoom-in-button {
25 margin-top: 24px;