diff --git a/server/src/main/resources/static/client.css b/server/src/main/resources/static/client.css index 0f3c1ca..9303cb4 100644 --- a/server/src/main/resources/static/client.css +++ b/server/src/main/resources/static/client.css @@ -47,7 +47,7 @@ } .right.col .body { - padding: 0 1em; + padding: 0 10px; } /* Common rules */ @@ -61,6 +61,10 @@ display: none; } +body { + font-family: "Lucida Sans Unicode", sans-serif; +} + button { padding: 6px 12px; } @@ -69,10 +73,11 @@ button:hover { cursor: pointer; } -h1 { - font: 24pt sans-serif; - font-variant: small-caps; - text-align: center +/* Waiting pane rules */ + +#waitingDiv h1 { + font-size: 28px; + text-align: center } /* Chat rules */ @@ -97,7 +102,7 @@ h1 { #messageInput { width: 100%; - height: 42px; + height: 50px; padding-left: 10px; } diff --git a/server/src/main/resources/static/cube-grid.css b/server/src/main/resources/static/cube-grid.css index 21113bf..edaddfe 100644 --- a/server/src/main/resources/static/cube-grid.css +++ b/server/src/main/resources/static/cube-grid.css @@ -1,14 +1,14 @@ /* Based on http://tobiasahlin.com/spinkit */ .sk-cube-grid { - width: 200px; - height: 200px; - margin: 35px auto; + width: 200px; /* Should be 5x the width below */ + height: 240px; /* Should be 6x the height below */ + margin: 0 auto; } .sk-cube-grid .sk-cube { - width: 20%; - height: 20%; + width: 40px; + height: 40px; float: left; -webkit-animation: sk-cubeGridScaleDelay 2s infinite ease-in-out; animation: sk-cubeGridScaleDelay 2s infinite ease-in-out;