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:
authorGrigorii Horos <horosgrisa@gmail.com>2015-05-12 21:53:08 +0300
committerGrigorii Horos <horosgrisa@gmail.com>2015-05-12 21:53:08 +0300
commit0dfaa4bba80946a19b46ebe6bfc185cbd7ca3776 (patch)
tree5aed00771bddb96d8cf29ccfb006f9ca328665a4 /css
parent425449a7a3dd98ae64722eb8d5318e50bf32f766 (diff)
new file: css/style.css
new file: img/toolbarButton-secondaryToolbarClose.png new file: img/toolbarButton-secondaryToolbarClose@2x.png modified: js/previewplugin.js modified: templates/viewer.php
Diffstat (limited to 'css')
-rw-r--r--css/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..978a465
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,18 @@
+.toolbarButton#secondaryToolbarClose::before {
+ content: url(../img/toolbarButton-secondaryToolbarClose.png);
+}
+
+@media screen and (min-resolution: 2dppx) {
+ .toolbarButton#secondaryToolbarClose::before {
+ content: url(../img/toolbarButton-secondaryToolbarClose@2x.png);
+ }
+}
+
+html[dir='rtl'] .doorHanger:after,
+html[dir='ltr'] .doorHangerRight:after {
+ right: 53px!important;
+}
+html[dir='rtl'] .doorHanger:before,
+html[dir='ltr'] .doorHangerRight:before {
+ right: 53px!important;
+} \ No newline at end of file