[Pkg-mozext-commits] [compactheader] 171/441: New version 1.2.4: Another fix for Mac theme problems

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:55 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 755de47ad8f82a1fdb13020b759a13f63cf7a19f
Author: joachim.herb <none at none>
Date:   Mon Aug 23 19:12:24 2010 +0000

    New version 1.2.4:
    Another fix for Mac theme problems
---
 chrome/CompactHeader/skin/mac/osdef.css | 13 ++++---------
 install.rdf                             |  5 +++--
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/chrome/CompactHeader/skin/mac/osdef.css b/chrome/CompactHeader/skin/mac/osdef.css
index 56dbf42..b10e3dc 100644
--- a/chrome/CompactHeader/skin/mac/osdef.css
+++ b/chrome/CompactHeader/skin/mac/osdef.css
@@ -218,13 +218,8 @@ toolbox[labelalign="end"] toolbar[mode="full"] .msgHeaderView-flat-button-out .t
   width: 20px !important;
 }
 
-#hdrJunkButton .toolbarbutton-icon,
-#hdrTrashButton .toolbarbutton-icon {
-  height: 24pt;
-  width: 24pt;
-}
-#hdrJunkButton toolbar[iconsize="small"] .toolbarbutton-icon,
-#hdrTrashButton toolbar[iconsize="small"] .toolbarbutton-icon {
-  height: 18pt;
-  width: 18pt;
+#header-view-toolbar > toolbarbutton > image,
+#header-view-toolbar > toolbarpaletteitem > toolbarbutton > image {
+   height: 18px !important;
+   width: 16px !important;
 }
\ No newline at end of file
diff --git a/install.rdf b/install.rdf
index fa6988f..cd28fe6 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,11 +6,12 @@
 
 	<RDF:Description about="urn:mozilla:install-manifest">
 		<em:name>CompactHeader</em:name>
-		<em:version>1.2.4beta3</em:version>
+		<em:version>1.2.4</em:version>
 		<em:description>Add ability to reduce header size to one or two lines. Linkify subjects in RSS feeds.</em:description>
 		<em:creator>Joachim Herb</em:creator>
 		<em:contributor>Zamula</em:contributor>
-		<em:contributor>Alex Dedul (original author of RSS Linkify Subject</em:contributor>
+		<em:contributor>Alex Dedul (original author of RSS Linkify Subject)</em:contributor>
+    <em:contributor>Marco (Help for Mac OS X theme)</em:contributor>
     <em:optionsURL>chrome://CompactHeader/content/preferences.xul</em:optionsURL>
 		<em:homepageURL>http://compactheader.mozdev.org/</em:homepageURL>
 		<em:updateURL>http://compactheader.mozdev.org/update.rdf</em:updateURL>

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