[Pkg-javascript-commits] [leaflet] 207/301: simplify & improve old IE styles, fix popup style

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:51 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 2f8c95926063b451a760d6bc76b34cd1701e03b8
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date:   Fri Nov 8 16:24:47 2013 +0200

    simplify & improve old IE styles, fix popup style
---
 dist/leaflet.css    |  5 ++---
 dist/leaflet.ie.css | 18 ++++--------------
 2 files changed, 6 insertions(+), 17 deletions(-)

diff --git a/dist/leaflet.css b/dist/leaflet.css
index 41814a3..99aef03 100644
--- a/dist/leaflet.css
+++ b/dist/leaflet.css
@@ -186,9 +186,8 @@
 	outline: 2px solid orange;
 	}
 .leaflet-zoom-box {
-	border: 2px dotted #05f;
-	background: white;
-	opacity: 0.5;
+	border: 2px dotted #38f;
+	background: rgba(255,255,255,0.5);
 	}
 
 
diff --git a/dist/leaflet.ie.css b/dist/leaflet.ie.css
index 5cf046b..e308653 100644
--- a/dist/leaflet.ie.css
+++ b/dist/leaflet.ie.css
@@ -9,11 +9,11 @@
 	}
 
 .leaflet-popup-tip {
-	width: 21px;
+	width: 24px;
 	margin: 0 auto;
 
-	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
+	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
 	}
 .leaflet-popup-content-wrapper {
 	zoom: 1;
@@ -22,18 +22,8 @@
 	margin-top: -1px;
 	}
 .leaflet-popup-content-wrapper,
-.leaflet-popup-tip {
-	border: 1px solid #999;
-	}
-
+.leaflet-popup-tip,
 .leaflet-control-zoom,
 .leaflet-control-layers {
-	border: 3px solid #999;
-	}
-.leaflet-zoom-box {
-	filter: alpha(opacity=50);
-	}
-.leaflet-control-attribution {
-	border-top: 1px solid #bbb;
-	border-left: 1px solid #bbb;
+	border: 1px solid #999;
 	}

-- 
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