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-07 13:06:03 +0300
committerLukas Reschke <lukas@owncloud.com>2015-12-07 13:06:03 +0300
commitd906b746189a6a68ede6b3565025f08a38e1313e (patch)
treeda2ffe42e42732f17438c644f87ddca0edd453b2 /css
parent3756914fe274446f507f0c526f5a468d75f70aae (diff)
Display close buttin in correct size
Diffstat (limited to 'css')
-rw-r--r--css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index 9560f49..e3f671e 100644
--- a/css/style.css
+++ b/css/style.css
@@ -2,9 +2,9 @@
display: block;
content: ' ';
background-image: url(../img/toolbarButton-secondaryToolbarClose.svg);
- background-size: 16px 16px;
- height: 16px;
- width:16px;
+ background-size: 32px 32px;
+ height: 32px;
+ width: 32px;
}