[Eraser strings] Remove unused Supervised User infobar and corresponding strings
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-zoom-toolbar / viewer-zoom-toolbar.css
blob808cd91f8fd669660254da7a21efee00a182d371
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 bottom: 0;
7 padding: 48px 0;
8 position: fixed;
9 right: 0;
10 z-index: 3;
13 viewer-zoom-button {
14 display: block;
17 /* A small gap between the fit to page/fit to width buttons and the zoom in/zoom
18 * out buttons. */
19 #fit-to-page-button,
20 #zoom-out-button {
21 margin-top: 1em;
24 /* A larger gap between the top two and bottom two buttons. */
25 #zoom-in-button {
26 margin-top: 2em;