X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=www%2Fcss%2Fremoteglot.css;h=da0a3a6051fb2cd903b23cbe8bf17580318e056a;hb=79b90a573602869d5d3fbd384605b9d10cd1eb23;hp=23bbeca38fd6ad19b27977cecc7eea099d11d6f0;hpb=0d83fa679dc2bb17d40e34779c60abbd511275ef;p=remoteglot diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index 23bbeca..da0a3a6 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -83,14 +83,31 @@ 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; +} +.running-clock { + font-weight: bold; +} #analysis { display: block; min-width: 400px;