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

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

Issue 1527453002: PDF: Remove 'material' from file and variable names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf_remove_non_material
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 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. */
4
5 body {
6 background-color: rgb(82, 86, 89);
7 font-family: 'Roboto', 'Noto', sans-serif;
8 margin: 0;
9 }
10
11 viewer-page-indicator {
12 visibility: hidden;
13 z-index: 2;
14 }
15
16 viewer-pdf-toolbar {
17 position: fixed;
18 width: 100%;
19 z-index: 4;
20 }
21
22 #plugin {
23 height: 100%;
24 position: fixed;
25 width: 100%;
26 z-index: 1;
27 }
28
29 #sizer {
30 position: absolute;
31 z-index: 0;
32 }
33
34 @media(max-height: 250px) {
35 viewer-pdf-toolbar {
36 display: none;
37 }
38 }
39
40 @media(max-height: 200px) {
41 viewer-zoom-toolbar {
42 display: none;
43 }
44 }
45
46 @media(max-width: 300px) {
47 viewer-zoom-toolbar {
48 display: none;
49 }
50 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/pdf/index.html ('k') | chrome/browser/resources/pdf/index-material.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698