minor layout changes to install page
parent
eeda80e17f
commit
b25ceae4a8
|
@ -1,5 +1,8 @@
|
|||
<div class="hero-unit">
|
||||
<h2><a href="http://www.phpservermonitor.org/"><img class="pull-right" src="static/opensource.png" width="100" alt="" /></a> PHP Server Monitor</h2>
|
||||
<p> </p>
|
||||
<div class="install_header">
|
||||
<p class="pull-left"><a href="http://www.phpservermonitor.org/"><img class="pull-left" src="static/phpservermon.png" alt="" /></a></p>
|
||||
<h2> PHP Server Monitor</h2>
|
||||
<p class="clearfix"></p>
|
||||
</div>
|
||||
{% block install %} {% endblock %}
|
||||
</div>
|
|
@ -385,13 +385,21 @@ span.hidden-desktop, span.hidden-desktop {
|
|||
body.install{
|
||||
padding-top:20px;
|
||||
}
|
||||
.install_header h2 {
|
||||
line-height: 100px;
|
||||
}
|
||||
.install_header img {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.label-status-on, .label-status-off, .label-status-warning {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.label-status-on {
|
||||
background-color: #468847;
|
||||
}
|
||||
.label-status-off {
|
||||
.label-status-off,
|
||||
.label-error {
|
||||
background-color: #B94A48;
|
||||
}
|
||||
.label-status-warning {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
Loading…
Reference in New Issue