Skip to content

Commit 2910de6

Browse files
author
Till Brehm
committed
Merge branch 'patch-1' into 'master'
Fix #select_server a that is affected by #sidebar a padding of 10px. See merge request ispconfig/ispconfig3!766
2 parents 979ef41 + 6a04558 commit 2910de6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ body {
165165
#sidebar header a {
166166
padding: 0; }
167167

168+
#select_server a {
169+
padding:0 10px; }
170+
171+
168172
.page-header {
169173
margin: 20px 0;
170174
padding: 0; }

0 commit comments

Comments
 (0)