[Pkg-mozext-commits] [compactheader] 52/441: New version 0.7.2: Fix for problems with Linux theme.
David Prévot
taffit at moszumanska.debian.org
Wed Mar 18 12:28:43 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 fdd1e567a1916554c47ef3b299b82abf1ec3b9b0
Author: joachim.herb <none at none>
Date: Wed Sep 16 21:30:03 2009 +0000
New version 0.7.2:
Fix for problems with Linux theme.
---
chrome.manifest | 15 +++--
.../CompactHeader/content/compactHeaderOverlay.xul | 2 +-
chrome/CompactHeader/skin/gnome/osdef.css | 68 ++++++++++++++++++++++
install.rdf | 4 +-
4 files changed, 82 insertions(+), 7 deletions(-)
diff --git a/chrome.manifest b/chrome.manifest
index 9d842dd..397518a 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -1,5 +1,12 @@
-content CompactHeader chrome/CompactHeader/content/
-skin CompactHeader global chrome/CompactHeader/skin/global/
-locale CompactHeader en-US chrome/CompactHeader/locale/en-US/
-locale CompactHeader de-DE chrome/CompactHeader/locale/de-DE/
+content CompactHeader chrome/CompactHeader/content/
+
+skin CompactHeader global chrome/CompactHeader/skin/global/
+skin CompactHeader-os classic/1.0 chrome/CompactHeader/skin/common/
+skin CompactHeader-os classic/1.0 chrome/CompactHeader/skin/gnome/ os=Linux
+skin CompactHeader-os classic/1.0 chrome/CompactHeader/skin/windows/ os=WINNT
+skin CompactHeader-os classic/1.0 chrome/CompactHeader/skin/common/ os=Darwin
+
+locale CompactHeader en-US chrome/CompactHeader/locale/en-US/
+locale CompactHeader de-DE chrome/CompactHeader/locale/de-DE/
+
overlay chrome://messenger/content/msgHdrViewOverlay.xul chrome://CompactHeader/content/compactHeaderOverlay.xul
\ No newline at end of file
diff --git a/chrome/CompactHeader/content/compactHeaderOverlay.xul b/chrome/CompactHeader/content/compactHeaderOverlay.xul
index 7628142..a34d6b4 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay.xul
+++ b/chrome/CompactHeader/content/compactHeaderOverlay.xul
@@ -15,7 +15,7 @@
]>
<?xml-stylesheet href="chrome://CompactHeader/skin/CompactHeader.css" type="text/css"?>
-
+<?xml-stylesheet href="chrome://CompactHeader-os/skin/osdef.css" type="text/css"?>
<overlay id="compactHeaderOverlay"
diff --git a/chrome/CompactHeader/skin/gnome/osdef.css b/chrome/CompactHeader/skin/gnome/osdef.css
new file mode 100644
index 0000000..96b0148
--- /dev/null
+++ b/chrome/CompactHeader/skin/gnome/osdef.css
@@ -0,0 +1,68 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is Mozilla Communicator client code, released
+ * March 31, 1998.
+ *
+ * The Initial Developer of the Original Code is
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 1998-1999
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the MPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+/* ===== messageHeader.css ==============================================
+ == Styles for the header toolbars of a mail message.
+ ======================================================================= */
+
+ at 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);
+}
+
+toolbar[iconsize="small"] #button-archive {
+ list-style-image: url("chrome://messenger/skin/icons/mail-toolbar-small.png");
+ -moz-image-region: rect(0px 224px 16px 208px);
+}
+
+#expandedButtonBox {
+ margin: 0px;
+ padding: 0px;
+}
+
+.msgHeaderView-flat-button[type="menu"] > .button-box > .button-menu-dropmarker > .dropmarker-icon,
+.msgHeaderView-flat-button[type="menu-button"] > .button-menubutton-dropmarker > .dropmarker-icon {
+ list-style-image: url("chrome://messenger/skin/icons/arrow-dn-grey.png");
+}
+
+.msgHeaderView-flat-button[type="menu"]:hover > .button-box > .button-menu-dropmarker > .dropmarker-icon,
+.msgHeaderView-flat-button[type="menu-button"]:hover > .button-menubutton-dropmarker > .dropmarker-icon {
+ list-style-image: url("chrome://messenger/skin/icons/arrow-dn-black.png");
+}
+
diff --git a/install.rdf b/install.rdf
index 0bada3c..e31070d 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.7.1</em:version>
+ <em:version>0.7.2</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>
@@ -19,7 +19,7 @@
<em:targetApplication>
<RDF:Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
- <em:minVersion>3.0b4pre</em:minVersion>
+ <em:minVersion>3.0b3</em:minVersion>
<em:maxVersion>3.1a1pre</em:maxVersion>
</RDF:Description>
</em:targetApplication>
--
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