diff --git a/web/css/styles.css b/web/css/styles.css index b0c4175..69cafca 100644 --- a/web/css/styles.css +++ b/web/css/styles.css @@ -32,10 +32,11 @@ h3 { h1, h2, h3, h4 { margin-top: 2rem; + margin-bottom: 1rem; } img { - vertical-align: baseline; + vertical-align: sub; } table { @@ -69,8 +70,17 @@ td { margin: 3rem auto; max-width: 80%; padding: 1rem; - -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); - -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); - box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75); + -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3); + -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3); + box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3); } + +.highlight { + background-color: #000; + padding: 0px 1rem; + display: inline-block; + color: #FFF; + font-size: 1rem; + vertical-align: middle; +} diff --git a/web/index.php b/web/index.php index cc2baa7..e9f97a0 100644 --- a/web/index.php +++ b/web/index.php @@ -7,14 +7,14 @@ -

MonitoLite dashboard interface

+

MonitoLite Dashboard

get_all_tasks()): ?>
-

Task # » "" for host ""

+

Task # » for host

@@ -47,8 +47,7 @@
-

Task's history

-

Only the 5 last history entries are displayed

+

Task history

get_all_history($task['id'], 5)): ?>
@@ -69,13 +68,14 @@
+

Only the 5 last history entries are displayed

No history found here

-

Task's contacts

+

Task contacts

get_all_contacts($task['id'])): ?>