From 0428c7fc52f2413fe0d40e46a832daa151ae2bd1 Mon Sep 17 00:00:00 2001 From: Robert Schumann Date: Mon, 1 Jan 2018 17:46:03 +0100 Subject: [PATCH] update raumserver webclient --- public_html/css/raumserver_app.css | 22 ++ public_html/index.html | 8 +- public_html/js/main.js | 578 +++++++++++++++-------------- 3 files changed, 326 insertions(+), 282 deletions(-) create mode 100644 public_html/css/raumserver_app.css diff --git a/public_html/css/raumserver_app.css b/public_html/css/raumserver_app.css new file mode 100644 index 0000000..3edd2ad --- /dev/null +++ b/public_html/css/raumserver_app.css @@ -0,0 +1,22 @@ +/* +To change this license header, choose License Headers in Project Properties. +To change this template file, choose Tools | Templates +and open the template in the editor. +*/ +/* + Created on : Dec 28, 2017, 11:19:01 AM + Author : jazz +*/ + +th.zone-room-list { + padding: 2px; + border-spacing: 2px; +} +td.zone-room-list { + padding-left: 2px; + padding-right: 2px; + text-align: center; +} +tr.zone-room-list { + background: #D0D0D0; +} \ No newline at end of file diff --git a/public_html/index.html b/public_html/index.html index 7f9c10d..7824610 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -5,6 +5,7 @@ +