[Libreoffice-commits] online.git: loleaflet/dist
Jan Holesovsky
kendy at collabora.com
Fri Jul 28 16:14:17 UTC 2017
loleaflet/dist/toolbar.css | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 206a07055473e082d2704a875f295e516ed6db4b
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Jul 28 18:13:07 2017 +0200
Align the close button with the 'more' toolbar button.
Change-Id: Id7997da325adb6df89155605d6978b6da39890f4
diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css
index b7d02f5c..dbba1f3f 100644
--- a/loleaflet/dist/toolbar.css
+++ b/loleaflet/dist/toolbar.css
@@ -65,14 +65,14 @@
#closebuttonwrapper {
position: fixed;
z-index: 1050;
- right: 0;
+ right: 4px;
top: 0;
- width: 26px;
- height: 26px;
+ width: 31px;
+ height: 31px;
}
#closebutton {
- width: 24px;
- height: 24px;
+ width: 31px;
+ height: 31px;
border: 1px solid;
border-color: transparent;
border-radius: 5px;
More information about the Libreoffice-commits
mailing list