summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/pdf/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/pdf/index.css')
-rw-r--r--chromium/chrome/browser/resources/pdf/index.css50
1 files changed, 0 insertions, 50 deletions
diff --git a/chromium/chrome/browser/resources/pdf/index.css b/chromium/chrome/browser/resources/pdf/index.css
index 1f6605930ec..20fd3b62cda 100644
--- a/chromium/chrome/browser/resources/pdf/index.css
+++ b/chromium/chrome/browser/resources/pdf/index.css
@@ -13,53 +13,3 @@ body {
line-height: 154%;
margin: 0;
}
-
-viewer-page-indicator {
- opacity: 0;
- visibility: hidden;
- z-index: 2;
-}
-
-viewer-pdf-toolbar {
- position: fixed;
- width: 100%;
- z-index: 4;
-}
-
-#content {
- height: 100%;
- position: fixed;
- width: 100%;
- z-index: 1;
-}
-
-
-viewer-ink-host,
-#plugin {
- height: 100%;
- position: absolute;
- width: 100%;
-}
-
-#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;
- }
-}