[Pkg-javascript-commits] [leaflet] 241/301: subtle control improvements, remove leftover css
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit f9e9a85e1f678f9bb279124f8327958ecc184954
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date: Wed Nov 13 18:45:03 2013 +0200
subtle control improvements, remove leftover css
---
dist/leaflet.css | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/dist/leaflet.css b/dist/leaflet.css
index 025a7d8..04eeddf 100644
--- a/dist/leaflet.css
+++ b/dist/leaflet.css
@@ -205,7 +205,7 @@
/* general toolbar styles */
.leaflet-bar {
- box-shadow: 0 1px 7px rgba(0,0,0,0.65);
+ box-shadow: 0 1px 5px rgba(0,0,0,0.65);
-webkit-border-radius: 4px;
border-radius: 4px;
}
@@ -257,11 +257,13 @@
/* zoom control */
-.leaflet-control-zoom-in {
+.leaflet-control-zoom-in,
+.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
+ text-indent: 1px;
}
.leaflet-control-zoom-out {
- font: bold 22px 'Lucida Console', Monaco, monospace;
+ font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
@@ -269,7 +271,7 @@
line-height: 34px;
}
.leaflet-touch .leaflet-control-zoom-out {
- font-size: 28px;
+ font-size: 24px;
line-height: 34px;
}
@@ -277,7 +279,7 @@
/* layers control */
.leaflet-control-layers {
- box-shadow: 0 1px 7px rgba(0,0,0,0.4);
+ box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
-webkit-border-radius: 5px;
border-radius: 5px;
@@ -482,7 +484,3 @@
background: #fff;
border: 1px solid #666;
}
-.leaflet-editing-icon {
- -webkit-border-radius: 2px;
- border-radius: 2px;
- }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list