Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: chrome/browser/resources/pdf/index.css

Issue 1521913002: PDF: Delete non-material viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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. */
4
5 body {
6 background-color: #ccc;
7 margin: 0;
8 }
9
10 viewer-toolbar {
11 visibility: hidden;
12 white-space: nowrap;
13 z-index: 3;
14 }
15
16 viewer-page-indicator {
17 visibility: hidden;
18 z-index: 3;
19 }
20
21 viewer-progress-bar {
22 visibility: hidden;
23 z-index: 3;
24 }
25
26 viewer-error-screen-legacy {
27 visibility: hidden;
28 z-index: 2;
29 }
30
31 viewer-password-screen-legacy {
32 visibility: hidden;
33 z-index: 2;
34 }
35
36 #plugin {
37 height: 100%;
38 position: fixed;
39 width: 100%;
40 z-index: 1;
41 }
42
43 #sizer {
44 position: absolute;
45 z-index: 0;
46 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.js ('k') | chrome/browser/resources/pdf/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698