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:
authorPranav Kant <pranavk@collabora.co.uk>2016-06-28 14:30:58 +0300
committerPranav Kant <pranavk@collabora.co.uk>2016-06-28 14:30:58 +0300
commit50d1b609baa7f06b4c9bc5f43dc5d220ee1a432f (patch)
tree6d442b72aebad44cd69d0c083f115912b76d8384 /css
parentd0a04fd256716e39419c3afcea3e1e7b3f692a54 (diff)
Move exist button to top right of revision sidebar
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 51c7cecf..5257c86e 100644
--- a/css/style.css
+++ b/css/style.css
@@ -215,6 +215,13 @@
margin: 0 0;
}
+/* For close button image */
+#revPanelHeader img{
+ position: absolute;
+ right: 5px;
+ top: 10px;
+}
+
.loleaflet-font{
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
}