From f14b02a71fa09c206cdaee9140d274e253496c27 Mon Sep 17 00:00:00 2001 From: peusterm Date: Thu, 12 Jan 2017 19:08:34 +0100 Subject: [PATCH] dashboard prototype --- dashboard/css/main.css | 13 +- dashboard/index.html | 48 +----- dashboard/js/main.js | 192 +++++++++++++++------ dashboard/son-emu-dashboard-screenshot.png | Bin 0 -> 137555 bytes 4 files changed, 159 insertions(+), 94 deletions(-) create mode 100644 dashboard/son-emu-dashboard-screenshot.png diff --git a/dashboard/css/main.css b/dashboard/css/main.css index d33299a..7b10dbc 100644 --- a/dashboard/css/main.css +++ b/dashboard/css/main.css @@ -15,7 +15,18 @@ body { .tbl-head { font-weight: bold; border-bottom: 1px solid #2c3e50; - background-color: #1a242f; + background-color: #c9ced3; +} + +.tbl-head > td { + padding-top: 4px; + padding-bottom: 4px; +} + +.tbl-row > td { + padding-top: 4px; + padding-bottom: 4px; + } .spacer { diff --git a/dashboard/index.html b/dashboard/index.html index 350e284..3c31bec 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -15,7 +15,7 @@ - + @@ -58,7 +58,7 @@