[Pkg-mozext-commits] [compactheader] 10/441: Update to new version: 0.3.1 Center symbols

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:39 UTC 2015


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

taffit pushed a commit to branch master
in repository compactheader.

commit 141e3154521f4cfd1cffdbe0c0392b52596be105
Author: joachim.herb <none at none>
Date:   Sun Aug 9 12:10:31 2009 +0000

    Update to new version: 0.3.1
    Center symbols
---
 chrome/CompactHeader/skin/global/CompactHeader.css | 10 ++++++----
 install.rdf                                        |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/chrome/CompactHeader/skin/global/CompactHeader.css b/chrome/CompactHeader/skin/global/CompactHeader.css
index 988ad13..583c0fb 100644
--- a/chrome/CompactHeader/skin/global/CompactHeader.css
+++ b/chrome/CompactHeader/skin/global/CompactHeader.css
@@ -66,11 +66,12 @@
   -moz-appearance: none !important;
   border: 2px solid transparent;
   background-color: transparent;
-  width: 22px;
+  width: 1.7em;
+  height: 1.7em;
   padding-bottom: 0px !important;
   background-image: url("chrome://global/skin/tree/twisty-open.png");
   background-repeat: no-repeat;
-  background-position: center top;
+  background-position: center center;
 }
 
 #hideDetailsButton:hover {
@@ -82,11 +83,12 @@
   -moz-appearance: none !important;
   border: 2px solid transparent;
   background-color: transparent;
-  width: 22px;
+  width: 1.7em;
+  height: 1.7em;
   padding-bottom: 0px !important;
   background-image: url("chrome://global/skin/tree/twisty-clsd.png");
   background-repeat: no-repeat;
-  background-position: center top;
+  background-position: center center;
 }
 
 #showDetailsButton:hover {
diff --git a/install.rdf b/install.rdf
index c82cd95..bdc242b 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,7 @@
 
 	<RDF:Description about="urn:mozilla:install-manifest">
 		<em:name>CompactHeader</em:name>
-		<em:version>0.3</em:version>
+		<em:version>0.3.1</em:version>
 		<em:description>Add ability to reduce header size to one line.</em:description>
 		<em:creator>Joachim Herb</em:creator>
 		<em:homepageURL>http://compactheader.mozdev.org/</em:homepageURL>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list