[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/dist

Jan Holesovsky kendy at collabora.com
Mon Jan 18 04:11:37 PST 2016


 loleaflet/dist/leaflet.css |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 94b057fb8f67efa7258d8542a7c9a81ad3dea64c
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Mon Jan 18 12:21:38 2016 +0100

    loleaflet: Minor tweaks to the look of the column/rows headers.

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index b02bc70..9fc4011 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -679,7 +679,7 @@ a.leaflet-control-buttons:hover:first-child {
 	white-space: nowrap;
 	left: 49px;
 	top: 80px;
-	width: 100%;
+	right: 0;
 	height: 19px;
 	overflow: hidden;
 	}
@@ -696,17 +696,15 @@ a.leaflet-control-buttons:hover:first-child {
 
 .spreadsheet-header-column {
 	border-right: 1px solid darkgrey;
+	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
 
 	display: inline-block;
 	text-align: center;
-	vertical-align: middle;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	padding: 0px;
-	padding-top: 4px;
 	margin: 0px;
 	height: 100%;
-	line-height: 100%;
 	}
 
 .spreadsheet-header-rows-container {
@@ -735,11 +733,12 @@ a.leaflet-control-buttons:hover:first-child {
 
 .spreadsheet-header-row {
 	border-bottom: 1px solid darkgrey;
+	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
 
 	text-overflow: ellipsis;
+	text-align: center;
 	white-space: nowrap;
 	padding: 0px;
-	padding-left: 8px;
 	margin: 0px;
 	height: 100%;
 	}


More information about the Libreoffice-commits mailing list