[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loleaflet/dist
Jan Holesovsky
kendy at collabora.com
Thu May 26 18:05:10 UTC 2016
loleaflet/dist/toolbar.css | 6 +++---
loleaflet/dist/toolbar/toolbar.js | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 58fbef6b4f808e873022a683aba09193aa13df6e
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu May 26 20:03:00 2016 +0200
Minor visual tweak of the insert table (more space on the right).
diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css
index 28b48c7..abc6c25 100644
--- a/loleaflet/dist/toolbar.css
+++ b/loleaflet/dist/toolbar.css
@@ -281,8 +281,8 @@ button.leaflet-control-search-next
position: relative;
padding: 2px;
display: block;
- width: 230px;
- height: 230px;
+ width: 232px;
+ height: 232px;
}
.inserttable-grid .row {
@@ -304,4 +304,4 @@ button.leaflet-control-search-next
.inserttable-grid .col.bright {
border: 0px;
background: rgba(66, 151, 215, 1);
-}
\ No newline at end of file
+}
diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index e1ad85e..117a75f 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -1084,7 +1084,7 @@ function insertTable() {
$('.col').removeClass('bright');
$('.row:nth-child(-n+' + row + ') .col:nth-child(-n+' + col + ')')
.addClass('bright');
- $status.html(col+"x"+row);
+ $status.html(col + " x " + row);
},
click: function(){
More information about the Libreoffice-commits
mailing list