[Pkg-mozext-commits] [compactheader] 90/441: New version 0.99.5: Print and mark messages button clean up Remove internal error

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:47 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 0f563d3f91edfec894ddc5bd6a08433d2d21308e
Author: joachim.herb <none at none>
Date:   Sun Nov 15 01:38:08 2009 +0000

    New version 0.99.5:
    Print and mark messages button clean up
    Remove internal error
---
 chrome/CompactHeader/skin/gnome/osdef.css | 32 +++++++++++++++++++++++++++
 chrome/CompactHeader/skin/mac/osdef.css   | 36 +++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/chrome/CompactHeader/skin/gnome/osdef.css b/chrome/CompactHeader/skin/gnome/osdef.css
index 895c40a..3a6468a 100644
--- a/chrome/CompactHeader/skin/gnome/osdef.css
+++ b/chrome/CompactHeader/skin/gnome/osdef.css
@@ -69,3 +69,35 @@ toolbox[labelalign="end"] toolbar[mode="full"] toolbarpaletteitem .hdrJunkButton
   padding-top: 0px !important;
   padding-bottom: 0px !important;
 }
+
+toolbarpaletteitem[place="palette"] .msgHeaderView-button-out {
+  -moz-appearance: button;
+}
+
+.msgHeaderView-button-out {
+  /*-moz-appearance: button; */
+  margin-top: 0px;
+  margin-bottom: 0px;
+  -moz-margin-start: 2px;
+  -moz-margin-end: 2px;
+  /*border-width: 3px !important;
+  border-style: solid !important; */
+}
+
+.msgHeaderView-button-out .toolbarbutton-menubutton-button {
+  -moz-appearance: button;
+  min-width: 1em;
+  min-height: 1ex;
+  margin: 0;
+  /* important required to override messenger.css rule */
+  padding: 0 !important;
+}
+
+toolbar[mode="text"] .msgHeaderView-button-out .toolbarbutton-text,
+toolbar[mode="text"] toolbarpaletteitem .msgHeaderView-button-out .toolbarbutton-text {
+  margin: 0 !important;
+  padding-top: 2px !important;
+  padding-bottom: 1px !important;
+  -moz-padding-start: 0px !important;
+  -moz-padding-end: 0px !important;
+}
diff --git a/chrome/CompactHeader/skin/mac/osdef.css b/chrome/CompactHeader/skin/mac/osdef.css
index 8d47d43..9f4f03b 100644
--- a/chrome/CompactHeader/skin/mac/osdef.css
+++ b/chrome/CompactHeader/skin/mac/osdef.css
@@ -70,3 +70,39 @@ toolbox[labelalign="end"] toolbar[mode="full"] toolbarpaletteitem .hdrJunkButton
   padding-top: 0px !important;
   padding-bottom: 0px !important;
 }
+
+toolbarpaletteitem[place="palette"] .msgHeaderView-button-out {
+  -moz-appearance: button;
+}
+
+.msgHeaderView-button-out {
+}
+
+.msgHeaderView-button-out .toolbarbutton-menubutton-button {
+  -moz-appearance: none;
+  padding: 0;
+  margin: 0;
+  -moz-padding-start: 0px;
+  -moz-padding-end: 0px;
+  -moz-margin-start: 0px;
+  -moz-margin-end: 0px;
+  min-width: 1em;
+  min-height: 1ex;
+}
+
+.msgHeaderView-button-out  > .toolbarbutton-menubutton-dropmarker {
+  -moz-margin-start: 3px;
+  -moz-margin-end: 4px;
+}
+
+/* not sure, if the following is needed? Not used in thunderbird itself */
+/*
+toolbar[mode="text"] .msgHeaderView-button-out .toolbarbutton-text,
+toolbar[mode="text"] toolbarpaletteitem .msgHeaderView-button-out .toolbarbutton-text {
+  margin: 0 !important;
+  padding-top: 2px !important;
+  padding-bottom: 1px !important;
+  -moz-padding-start: 0px !important;
+  -moz-padding-end: 0px !important;
+}
+*/
\ No newline at end of file

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