From dd0130670fe3cab4c7e2c1ab4f3bf0d2b2d512b0 Mon Sep 17 00:00:00 2001 From: Denny Bortfeldt <denny@bortfeldt.net> Date: Mon, 27 Jun 2016 18:02:16 -0400 Subject: [PATCH] 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 ;) --- interface/web/themes/default/templates/main_login.tpl.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/themes/default/templates/main_login.tpl.htm b/interface/web/themes/default/templates/main_login.tpl.htm index afcf4cf..61c400b 100644 --- a/interface/web/themes/default/templates/main_login.tpl.htm +++ b/interface/web/themes/default/templates/main_login.tpl.htm @@ -27,7 +27,7 @@ <div class="row" style="margin: auto; width:100%;"> <div class="col-md-4 col-md-offset-4"> <div class="panel panel-default"> - <div class="panel-heading" style="background: linear-gradient(to bottom, white, #eef0f2);"> + <div class="panel-heading" style="background: linear-gradient(to bottom, white, #eef0f2);text-align:center;"> <img src="{tmpl_var name='base64_logo_txt'}"> </div> <div class="panel-body"> -- Gitblit v1.9.1