Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / chrome / browser / resources / pdf / index.css
blob4186344c81dca03e46a2590e179d523980ba9ca7
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 z-index: 3;
15 viewer-page-indicator {
16 visibility: hidden;
17 z-index: 3;
20 viewer-progress-bar {
21 z-index: 3;
24 viewer-error-screen {
25 visibility: hidden;
26 z-index: 2;
29 viewer-password-screen {
30 visibility: hidden;
31 z-index: 2;
34 #plugin {
35 height: 100%;
36 position: fixed;
37 width: 100%;
38 z-index: 1;
41 #sizer {
42 position: absolute;
43 z-index: 0;