[Pkg-javascript-commits] [jquery-minicolors] 09/28: Adjusted swatch width for hidden mode; fixed swatch position in default theme

David Prévot taffit at alioth.debian.org
Sun Sep 8 14:57:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository jquery-minicolors.

commit 76b8a395c10d6d189b2755da8184c27c0f7fbc1a
Author: Cory LaViska <cory at abeautifulsite.net>
Date:   Thu Aug 8 13:42:57 2013 -0400

    Adjusted swatch width for hidden mode; fixed swatch position in default theme
---
 jquery.minicolors.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/jquery.minicolors.css b/jquery.minicolors.css
index ae6d5f8..aa09ea6 100644
--- a/jquery.minicolors.css
+++ b/jquery.minicolors.css
@@ -22,6 +22,7 @@
 }
 
 .minicolors input[type=hidden] + .minicolors-swatch {
+	width: 28px;
 	position: static;
 	cursor: pointer;
 }
@@ -199,7 +200,7 @@
 
 /* Default theme */
 .minicolors-theme-default .minicolors-swatch {
-	top: 3px;
+	top: 5px;
 	left: 5px;
 	width: 18px;
 	height: 18px;	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git



More information about the Pkg-javascript-commits mailing list