Fixed buttons on top of each other, fixes #1488

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-02-08 12:01:05 +01:00
parent 36780d53c2
commit d213d65a24
2 changed files with 5 additions and 1 deletions

View File

@@ -1449,3 +1449,7 @@ table thead th.tablesorter-headerDesc {
.notes_block {
display: none;
}
.nolbr {
white-space: nowrap;
}

View File

@@ -2,7 +2,7 @@
<th>
{$title}
</th>
<th class="right">
<th class="right nolbr">
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
<input type="submit" value="{$lng['panel']['save']}" />
</th>