Skip to content

Commit ed46ade

Browse files
committed
Update ispconfig.css to fix #select_server a that is affected by #sidebar a padding of 10px. Already pr'ed and merged in master via https://git.ispconfig.org/ispconfig/ispconfig3/merge_requests/766. Perhaps can be merged with stable too?
1 parent 122ee00 commit ed46ade

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

168+
#select_server a {
169+
padding:0 10px; }
170+
168171
.page-header {
169172
margin: 20px 0;
170173
padding: 0; }

0 commit comments

Comments
 (0)