[Pkg-mozext-commits] [compactheader] 110/441: New version 1.1.1: Add support for smimeBox in collapsed view Cleanup of second line in collapsed view

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:49 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 19d5818dc18d2cda1838c7a9050c8cd62f481b5b
Author: joachim.herb <none at none>
Date:   Mon Dec 7 22:37:33 2009 +0000

    New version 1.1.1:
    Add support for smimeBox in collapsed view
    Cleanup of second line in collapsed view
---
 chrome/CompactHeader/skin/mac/osdef.css     |  6 ++++++
 chrome/CompactHeader/skin/windows/osdef.css | 10 ++++++++++
 install.rdf                                 |  2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/chrome/CompactHeader/skin/mac/osdef.css b/chrome/CompactHeader/skin/mac/osdef.css
index 29060a1..d949fea 100644
--- a/chrome/CompactHeader/skin/mac/osdef.css
+++ b/chrome/CompactHeader/skin/mac/osdef.css
@@ -184,3 +184,9 @@ toolbox[labelalign="end"] toolbar[mode="full"] .msgHeaderView-button-out .toolba
 toolbox[labelalign="end"] toolbar[mode="full"] .msgHeaderView-flat-button-out .toolbarbutton-text {
   -moz-margin-start: 2px !important;
 }
+
+#collapsedHeaderView #signedHdrIcon[signed]:not([collapsed="true"]):not([disabled]),
+#collapsedHeaderView #encryptedHdrIcon[encrypted]:not([collapsed="true"]):not([disabled]) {
+height: 16px;
+width: 16px;
+}
diff --git a/chrome/CompactHeader/skin/windows/osdef.css b/chrome/CompactHeader/skin/windows/osdef.css
index a66a5f2..c689a2c 100644
--- a/chrome/CompactHeader/skin/windows/osdef.css
+++ b/chrome/CompactHeader/skin/windows/osdef.css
@@ -172,3 +172,13 @@ toolbox[labelalign="end"] toolbar[mode="full"] .msgHeaderView-button-out .toolba
 toolbox[labelalign="end"] toolbar[mode="full"] .msgHeaderView-flat-button-out .toolbarbutton-text {
   -moz-margin-start: 2px !important;
 }
+
+#collapsedHeaderView #signedHdrIcon[signed]:not([collapsed="true"]):not([disabled]),
+#collapsedHeaderView #encryptedHdrIcon[encrypted]:not([collapsed="true"]):not([disabled]) {
+height: 16px;
+width: 16px;
+}
+
+#collapsedHeaderView #signedHdrIcon {
+  -moz-margin-end: 3px;
+}
\ No newline at end of file
diff --git a/install.rdf b/install.rdf
index 5bf121f..366ef10 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>1.1.0</em:version>
+		<em:version>1.1.1</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>

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