BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / pdf / index.css
blob36db509ab3e78767e3e02f9755f1f6018029ed24
1 /* Copyright 2014 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: #ccc;
7 margin: 0;
10 viewer-toolbar {
11 visibility: hidden;
12 white-space: nowrap;
13 z-index: 3;
16 viewer-page-indicator {
17 visibility: hidden;
18 z-index: 3;
21 viewer-progress-bar {
22 visibility: hidden;
23 z-index: 3;
26 viewer-error-screen-legacy {
27 visibility: hidden;
28 z-index: 2;
31 viewer-password-screen-legacy {
32 visibility: hidden;
33 z-index: 2;
36 #plugin {
37 height: 100%;
38 position: fixed;
39 width: 100%;
40 z-index: 1;
43 #sizer {
44 position: absolute;
45 z-index: 0;