Skip to content

Commit 8b6d736

Browse files
author
thom
committed
Fix spacing of the buttons (#5737)
1 parent acb7db0 commit 8b6d736

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

interface/web/dns/templates/dns_a_list.htm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<div class="pnl_toolsarea">
22
<tmpl_if name='datalog_changes_count' op='>' value='0'>
3-
<div>
43
<div class="systemmonitor-state state-info">
54
<div class="status"></div>
65
<div class="statusMsg">
@@ -12,8 +11,7 @@
1211
</ul>
1312
{tmpl_var name="datalog_changes_end_txt"}
1413
</div>
15-
</div><br />
16-
</div>
14+
</div>
1715
</tmpl_if>
1816
<p class="fieldset-legend">{tmpl_var name="toolsarea_head_txt"}</p>
1917
<div class="buttons topbuttons">

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ body {
128128
.btn-group-justified .btn:last-of-type {
129129
border-right-width: 1px; }
130130

131+
.btn {
132+
margin-top: 3px;
133+
}
134+
131135
#content {
132136
width: 78%; }
133137

0 commit comments

Comments
 (0)