From 82122ecb2bda8373c9f45e8bd58f20e711fea714 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 23 Dec 2014 15:16:14 +0100 Subject: better style for close button --- css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'css') 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; -- cgit v1.2.3