QUIC - cleanup changes to sync chromium tree with internal source.
[chromium-blink-merge.git] / chrome / browser / resources / pdf / index-material.css
blobb21fb85077f5844eb0bdfcc6c468265d4cf783e9
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 body {
6 background-color: rgb(82, 86, 89);
7 font-family: 'Roboto', 'Noto', sans-serif;
8 margin: 0;
11 viewer-pdf-toolbar {
12 position: fixed;
13 width: 100%;
14 z-index: 3;
17 #plugin {
18 height: 100%;
19 position: fixed;
20 width: 100%;
21 z-index: 1;
24 #sizer {
25 position: absolute;
26 z-index: 0;