X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fcss%2Fremoteglot.css;h=8551289d6a251ee89336381a5884d4a2a38b5351;hp=23bbeca38fd6ad19b27977cecc7eea099d11d6f0;hb=ee7c89056c97c8b999034b5c7f2da0d7570b885f;hpb=af901f11d1572468431e92d55a5f9980d39f3609 diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index 23bbeca..8551289 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -83,14 +83,28 @@ p { #hiddenboard { display: none; } -#numviewers { +#bottompanel { display: block; width: 100%; - text-align: center; font-size: smaller; margin-top: 0.5em; margin-bottom: 0; } +#numviewers { + width: auto; + text-align: center; +} +#whiteclock { + float: left; + width: 20%; + text-align: left; +} +#blackclock { + float: right; + width: 20%; + text-align: right; + margin-right: 5px; +} #analysis { display: block; min-width: 400px;