Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-12-17 01:06:59 +0300
committerLukas Reschke <lukas@owncloud.com>2015-12-17 01:06:59 +0300
commit406677835e2a8b36d8de7e1ef2a84a7a1e4abd89 (patch)
treee59cf0e5b6cce43b2cd11a37afb87a196fc54c98 /css
parent470100f85eff8d6708e82865ca2afc49a5d2cf17 (diff)
Fix stuff
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
-rw-r--r--css/viewer.css14
2 files changed, 10 insertions, 8 deletions
diff --git a/css/style.css b/css/style.css
deleted file mode 100644
index 9b76f3f..0000000
--- a/css/style.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/* force full height on public template */
-#body-public #content {
- height: 100%;
-}
diff --git a/css/viewer.css b/css/viewer.css
index e3f671e..eca5f53 100644
--- a/css/viewer.css
+++ b/css/viewer.css
@@ -2,12 +2,18 @@
display: block;
content: ' ';
background-image: url(../img/toolbarButton-secondaryToolbarClose.svg);
- background-size: 32px 32px;
- height: 32px;
- width: 32px;
-
+ background-size: 16px 16px;
+ height: 16px;
+ width: 16px;
}
+@media screen and (min-resolution: 2dppx) {
+ #secondaryToolbarClose::before {
+ background-size: 32px 32px !important;
+ height: 32px !important;
+ width: 32px !important;
+ }
+}
html .doorHangerRight:after {
right: 53px!important;