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-12-23 17:16:14 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-23 17:16:14 +0300
commit82122ecb2bda8373c9f45e8bd58f20e711fea714 (patch)
tree2b25094b2398d850233a23dd187856d452e07188 /css
parentc3f61539b3465260c15dfc52717ec05ef58890b4 (diff)
better style for close button
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index 0b498a47..2700ec30 100755
--- a/css/style.css
+++ b/css/style.css
@@ -147,10 +147,13 @@
}
#odf-close{
- position:absolute;
- right:0;
- margin: 8px;
+ position: absolute;
+ right: 0;
float: right;
+ padding: 18px;
+ background-color: transparent;
+ border: none;
+ opacity: .5;
}
#odf-close.icon-close {
height: 23px;