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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 15:56:55 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 15:56:55 +0400
commit1a588929603c165e3c14508f5c60fce1321cbdab (patch)
treedb8815870c592aa4d534c8cd0520691b7a4dc693 /css
parent6d1afe1c14417718211fabbdb0a75e91a8095516 (diff)
fix save text overlaying close x for shared documents
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 9489b731..d737ee25 100755
--- a/css/style.css
+++ b/css/style.css
@@ -160,6 +160,8 @@
#odf-close{
margin-top: 0;
float: right;
+}
+#odf-close.icon-close {
height: 29px;
width: 29px;
}