Skip to content

Commit

Permalink
Tweaks to signature element styling
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 19, 2014
1 parent aeacf34 commit 098c868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imp/templates/dynamic/compose.html.php
Expand Up @@ -206,7 +206,7 @@
<div id="signatureParent">
<div class="label">
<span id="signatureToggle" class="iconImg<?php if ($this->sigExpanded) echo ' signatureExpanded' ?>"></span>
<?php echo _("Signature")?>:
<?php echo _("Signature")?>
</div>
<div id="signatureBorder"<?php if (!$this->sigExpanded) echo ' style="display:none"' ?>>
<textarea id="signature" name="signature" class="fixed"></textarea>
Expand Down
3 changes: 2 additions & 1 deletion imp/themes/default/dynamic/screen.css
Expand Up @@ -692,7 +692,7 @@ div.dimpActionsMsg #windowclose {
background-color: #eceff0;
border-top: 1px solid #d0d0d0;
cursor: default;
padding: 10px;
padding: 6px;
}
#signatureBorder {
height: 4.4em;
Expand All @@ -701,6 +701,7 @@ div.dimpActionsMsg #windowclose {
#signatureParent .label {
white-space: nowrap;
font-weight: bold;
line-height: 12px;
}
#signature {
height: 100%;
Expand Down

0 comments on commit 098c868

Please sign in to comment.