summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/pdf/index.css
blob: 4186344c81dca03e46a2590e179d523980ba9ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* Copyright 2014 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

body {
  background-color: #ccc;
  margin: 0;
}

viewer-toolbar {
  visibility: hidden;
  z-index: 3;
}

viewer-page-indicator {
  visibility: hidden;
  z-index: 3;
}

viewer-progress-bar {
  z-index: 3;
}

viewer-error-screen {
  visibility: hidden;
  z-index: 2;
}

viewer-password-screen {
  visibility: hidden;
  z-index: 2;
}

#plugin {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}

#sizer {
  position: absolute;
  z-index: 0;
}