Fixing attempt for timer position
[westcastle.git] / css / index.css
index 530cb4f..341c7b8 100644 (file)
@@ -2,10 +2,6 @@
 
 @import '../vendor/Ubuntu_googlefont.css';
 
-html, body {
-       height: 100%;
-}
-
 body {
        font-family: Ubuntu, Verdana, sans-serif;
        margin: 0 auto;
@@ -94,14 +90,14 @@ table th {
 }
 /* All children except first: margin: 30px */
 .button-container-horizontal .btn:not(:first-child) {
-       margin-right: 30px;
+       margin-left: 30px;
 }
 .button-container-vertical .btn {
        display: block;
        margin-left: 30px;
 }
 .button-container-vertical .btn:not(:first-child) {
-       margin-top: 15px;
+       margin-top: 30px;
 }
 
 button.validate {
@@ -274,20 +270,16 @@ td.score {
        padding-bottom: 10px;
 }
 
-/* Timer */
+/* Timer (dimensions given in javascript) */
 
 #timer {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
-       min-height: 100%;
-       width: 100%;
-       font-size: 500px;
        background-color: white;
        cursor: pointer;
-       line-height: 100%;
-       font-family: monospace;
+       text-align: center;
 }
 
 .timeout {