Fixed buttons on top of each other, fixes #1488
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
4
templates/Sparkle/assets/css/main.css
vendored
4
templates/Sparkle/assets/css/main.css
vendored
@@ -1449,3 +1449,7 @@ table thead th.tablesorter-headerDesc {
|
|||||||
.notes_block {
|
.notes_block {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nolbr {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<th>
|
<th>
|
||||||
{$title}
|
{$title}
|
||||||
</th>
|
</th>
|
||||||
<th class="right">
|
<th class="right nolbr">
|
||||||
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
|
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
|
||||||
<input type="submit" value="{$lng['panel']['save']}" />
|
<input type="submit" value="{$lng['panel']['save']}" />
|
||||||
</th>
|
</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user