Skip to content

Commit

Permalink
fixed alignment of warning-icon in mac
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Jun 28, 2013
1 parent a9311a1 commit 9e9c5ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
0.4.2 [2013-06-28]
------------------
- fixed alignment of warning-icon in mac (by Nils Maier)

0.4.1 [2013-06-28]
----------------------
------------------
- DKIM-Signature header field name now in same style as the others (by Nils Maier)
- fixed bug if message needs to be downloaded from IMAP server
- added German translation (by ionum)
Expand Down
8 changes: 4 additions & 4 deletions chrome/skin/mac/msgHdrViewOverlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#expandeddkim-verifierBox {
-moz-binding: url(chrome://dkim_verifier/content/bindings.xml#dkim-verifier-box) !important;
-moz-box-align: center;
-moz-box-align: center;
}

#expandeddkim-verifierBox > image {
Expand All @@ -11,10 +11,10 @@
max-height: 1.1em;
-moz-appearance: none;
padding: 0px;
margin-top: 0px;
margin-bottom: 3px;
margin-top: 0px;
margin-bottom: 3px;
margin-left: 1ex;
margin-right: 0;
margin-right: 0;
visibility: hidden;
}
#expandeddkim-verifierBox[warnings="true"] > image {
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<em:name>DKIM Verifier</em:name>
<em:description>Verifies the DKIM-Signature of an e-mail.</em:description>

<em:version>0.4.1</em:version>
<em:version>0.4.2</em:version>

<em:creator>Philippe Lieser</em:creator>

Expand Down

0 comments on commit 9e9c5ac

Please sign in to comment.