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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-02-11 16:54:30 +0300
committerJulius Härtl <jus@bitgrid.net>2019-02-11 16:54:30 +0300
commit4592393a18310f3bb2e761421c43247b2942db57 (patch)
treec5c402e05c3020e7b8b6a6444e56d7d2694c8886 /css
parentfb221ead2d4a82b74797a5e57e65f0ce4511955c (diff)
Hide sidebar when closing the viewer
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 82b241cd..10b8e75f 100644
--- a/css/style.css
+++ b/css/style.css
@@ -159,8 +159,8 @@
/* For close button image */
#revViewerContainer .closeButton {
position: absolute;
- right: 0;
- top: 0;
+ right: 2px;
+ top: 5px;
width: 20px;
height: 24px;
z-index: 1;