Skip to content

Commit dd01306

Browse files
committed
When uploading a logo which is smaller than the current ispconfig one, then the logo will be on the left side of the header. In my opinion it will look better when it's centered.
You could vote about it ;)
1 parent b631194 commit dd01306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/themes/default/templates/main_login.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="row" style="margin: auto; width:100%;">
2828
<div class="col-md-4 col-md-offset-4">
2929
<div class="panel panel-default">
30-
<div class="panel-heading" style="background: linear-gradient(to bottom, white, #eef0f2);">
30+
<div class="panel-heading" style="background: linear-gradient(to bottom, white, #eef0f2);text-align:center;">
3131
<img src="{tmpl_var name='base64_logo_txt'}">
3232
</div>
3333
<div class="panel-body">

0 commit comments

Comments
 (0)