minor layout changes to install page

This commit is contained in:
Pepijn Over 2014-08-07 12:38:09 +02:00
parent eeda80e17f
commit b25ceae4a8
4 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,8 @@
<div class="hero-unit"> <div class="hero-unit">
<h2><a href="http://www.phpservermonitor.org/"><img class="pull-right" src="static/opensource.png" width="100" alt="" /></a> &nbsp;PHP Server Monitor</h2> <div class="install_header">
<p>&nbsp;</p> <p class="pull-left"><a href="http://www.phpservermonitor.org/"><img class="pull-left" src="static/phpservermon.png" alt="" /></a></p>
<h2>&nbsp;PHP Server Monitor</h2>
<p class="clearfix"></p>
</div>
{% block install %} {% endblock %} {% block install %} {% endblock %}
</div> </div>

View File

@ -385,13 +385,21 @@ span.hidden-desktop, span.hidden-desktop {
body.install{ body.install{
padding-top:20px; padding-top:20px;
} }
.install_header h2 {
line-height: 100px;
}
.install_header img {
height: 100px;
}
.label-status-on, .label-status-off, .label-status-warning { .label-status-on, .label-status-off, .label-status-warning {
vertical-align: baseline; vertical-align: baseline;
} }
.label-status-on { .label-status-on {
background-color: #468847; background-color: #468847;
} }
.label-status-off { .label-status-off,
.label-error {
background-color: #B94A48; background-color: #B94A48;
} }
.label-status-warning { .label-status-warning {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

BIN
static/phpservermon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB