[Pkg-mozext-commits] [compactheader] 66/441: New version 0.8.2: Remove hidden toolbar and handle different operating systems internally.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:44 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 c8d9c3d15c8293277bb3f23d53355eba57f4f40b
Author: joachim.herb <none at none>
Date:   Fri Sep 25 00:30:13 2009 +0000

    New version 0.8.2:
    Remove hidden toolbar and handle different operating systems internally.
---
 chrome/CompactHeader/skin/gnome/osdef.css | 42 +++++++++++++++++++++++++++----
 1 file changed, 37 insertions(+), 5 deletions(-)

diff --git a/chrome/CompactHeader/skin/gnome/osdef.css b/chrome/CompactHeader/skin/gnome/osdef.css
index 5a043a9..9934689 100644
--- a/chrome/CompactHeader/skin/gnome/osdef.css
+++ b/chrome/CompactHeader/skin/gnome/osdef.css
@@ -41,16 +41,48 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-#button-archive {
-  list-style-image: url("chrome://messenger/skin/icons/mail-toolbar.png");
-  -moz-image-region: rect(0px 336px 24px 312px);
+.cohe-buttons {
+  list-style-image: url("chrome://CompactHeader-os/skin/mail-toolbar-small.png");
 }
 
-toolbar[iconsize="small"] #button-archive {
-  list-style-image: url("chrome://messenger/skin/icons/mail-toolbar-small.png");
+.cohe-button-other-actions
+{
+  list-style-image: url("chrome://CompactHeader/skin/other-action-small.png");
+  -moz-image-region: rect(0px 16px 16px 0px);
+}
+
+.cohe-button-archive {
   -moz-image-region: rect(0px 224px 16px 208px);
 }
 
+.cohe-button-reply {
+  -moz-image-region: rect(0px 64px 16px 48px);
+}
+
+.cohe-button-replyall {
+  -moz-image-region: rect(0px 80px 16px 64px);
+}
+
+.cohe-button-replylist {
+  -moz-image-region: rect(0px 96px 16px 80px);
+}
+
+.cohe-button-forward {
+  -moz-image-region: rect(0px 112px 16px 96px);
+}
+
+.cohe-button-deleted {
+  list-style-image: url("moz-icon://stock/gtk-delete?size=menu");
+}
+
+.cohe-button-junk{
+  -moz-image-region: rect(0px 128px 16px 112px);
+}
+
+.cohe-button-tag {
+  -moz-image-region: rect(0px 192px 16px 176px);
+}
+
 #expandedButtonBox {
   margin: 0px;
   padding: 0px;

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