]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Add clock support.
[remoteglot] / www / css / remoteglot.css
index 23bbeca38fd6ad19b27977cecc7eea099d11d6f0..8551289d6a251ee89336381a5884d4a2a38b5351 100644 (file)
@@ -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;