Skip to content

Commit

Permalink
minor layout changes to install page
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepijn Over committed Aug 7, 2014
1 parent eeda80e commit b25ceae
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/templates/default/module/install/main.tpl.html
@@ -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> &nbsp;PHP Server Monitor</h2>
<p>&nbsp;</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>&nbsp;PHP Server Monitor</h2>
<p class="clearfix"></p>
</div>
{% block install %} {% endblock %}
</div>
10 changes: 9 additions & 1 deletion static/css/style.css
Expand Up @@ -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 {
Expand Down
Binary file removed static/opensource.png
Binary file not shown.
Binary file added static/phpservermon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b25ceae

Please sign in to comment.