Skip to content
Snippets Groups Projects
Commit d44c3fa3 authored by Till Brehm's avatar Till Brehm
Browse files

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
parents 225c7a38 dd013067
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<div class="row" style="margin: auto; width:100%;"> <div class="row" style="margin: auto; width:100%;">
<div class="col-md-4 col-md-offset-4"> <div class="col-md-4 col-md-offset-4">
<div class="panel panel-default"> <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'}"> <img src="{tmpl_var name='base64_logo_txt'}">
</div> </div>
<div class="panel-body"> <div class="panel-body">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment