Skip to content

Commit d44c3fa

Browse files
author
Till Brehm
committed
Merge branch 'patch-2' into 'stable-3.1'
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 ;) See merge request !359
2 parents 225c7a3 + dd01306 commit d44c3fa

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)