diff --git a/src/templates/default/module/install/main.tpl.html b/src/templates/default/module/install/main.tpl.html index f899b94e..2378f96d 100644 --- a/src/templates/default/module/install/main.tpl.html +++ b/src/templates/default/module/install/main.tpl.html @@ -1,5 +1,8 @@
-

 PHP Server Monitor

-

 

+
+

+

 PHP Server Monitor

+

+
{% block install %} {% endblock %}
\ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 51ad71ae..cd345552 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -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 { diff --git a/static/opensource.png b/static/opensource.png deleted file mode 100644 index 7dffde8b..00000000 Binary files a/static/opensource.png and /dev/null differ diff --git a/static/phpservermon.png b/static/phpservermon.png new file mode 100644 index 00000000..22cda643 Binary files /dev/null and b/static/phpservermon.png differ