X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=css%2Findex.css;h=341c7b8abb33a6caf365b25790d5d6afbd6e7044;hb=8d4d23009371e7ca83e0793185f0ae8485190007;hp=530cb4fb1c39031f5435b82e2ef70f646966d4c3;hpb=2caa3889307c969ae089b6c261ab8096ae49107a;p=westcastle.git diff --git a/css/index.css b/css/index.css index 530cb4f..341c7b8 100644 --- a/css/index.css +++ b/css/index.css @@ -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 {