Skip to content

Commit

Permalink
Re-fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 1, 2014
1 parent 3948e1b commit 448ad5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imp/templates/itip/action.html.php
@@ -1,5 +1,5 @@
<?php if (strlen($this->desc)): ?>
<h2 class="header"><?php echo $this->h($this->desc) ?></h2>
<h2 class="header variableLengthHeader"><?php echo $this->h($this->desc) ?></h2>
<?php endif; ?>
<table class="horde-table imp-itip">
<?php if (strlen($this->start)): ?>
Expand Down
2 changes: 1 addition & 1 deletion imp/templates/thread/thread.html.php
@@ -1,4 +1,4 @@
<h1 class="header">
<h1 class="header variableLengthHeader">
<?php echo ($this->thread ? _("Thread Display") : _("Multiple Message View")) ?>:
<?php echo $this->subject ?>
<?php if ($this->delete): ?>
Expand Down
5 changes: 5 additions & 0 deletions imp/themes/default/screen.css
@@ -1,3 +1,8 @@
.variableLengthHeader {
background-color: #becaca;
background-image: none;
}

/* Mailbox page styling. */
#mailboxLabel {
margin-left: 20px;
Expand Down

0 comments on commit 448ad5a

Please sign in to comment.