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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/pdf/index-material.css
diff --git a/chrome/browser/resources/pdf/index-material.css b/chrome/browser/resources/pdf/index-material.css
deleted file mode 100644
index a443bac50ec688cf857b1bd5e19251dc83b72efc..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/pdf/index-material.css
+++ /dev/null
@@ -1,50 +0,0 @@
-/* Copyright 2015 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: rgb(82, 86, 89);
- font-family: 'Roboto', 'Noto', sans-serif;
- margin: 0;
-}
-
-viewer-page-indicator {
- visibility: hidden;
- z-index: 2;
-}
-
-viewer-pdf-toolbar {
- position: fixed;
- width: 100%;
- z-index: 4;
-}
-
-#plugin {
- height: 100%;
- position: fixed;
- width: 100%;
- z-index: 1;
-}
-
-#sizer {
- position: absolute;
- z-index: 0;
-}
-
-@media(max-height: 250px) {
- viewer-pdf-toolbar {
- display: none;
- }
-}
-
-@media(max-height: 200px) {
- viewer-zoom-toolbar {
- display: none;
- }
-}
-
-@media(max-width: 300px) {
- viewer-zoom-toolbar {
- display: none;
- }
-}
« 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