diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-17 19:07:27 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-17 19:07:43 (GMT) |
commit | e3d491b0f97dae84336d5b3c60ceb7206af20c92 (patch) | |
tree | 3e28445c24232c85e058050ea7e41bad84901686 /www/styles | |
parent | 0a4460d48706e36ca17217d0cdfa6da116299e19 (diff) |
added websocket base clock
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/shows.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/styles/shows.css b/www/styles/shows.css index bd533be..9648431 100644 --- a/www/styles/shows.css +++ b/www/styles/shows.css @@ -58,3 +58,28 @@ #shows-upload div.modal-body form div.dz-preview { display: none; } +#shows-clock { + display: block; + width: 100%; + height: 100%; + vertical-align: middle; + text-align: center; + margin: 0; +} +#shows-clock span { + display:table; + margin:0 auto; +} +#shows-clock span.current-week { + margin-top: 1em; + padding: 0.3em 2em; +} +#shows-clock span.clock-date { + padding: 0.2em; + font-weight: bold; +} +#shows-clock span.clock-time { + padding: 0.2em; + font-weight: bold; + font-size: 1.4em; +} |