X-Git-Url: https://git.auder.net/images/pieces/%22%20%20%20VariantRules.getPpath%28board%5Bi%5D%5Bj%5D%29%20%20%20%22.svg?a=blobdiff_plain;f=css%2Findex.css;h=341c7b8abb33a6caf365b25790d5d6afbd6e7044;hb=8d4d23009371e7ca83e0793185f0ae8485190007;hp=9afc23e81854a6dd55c781dd480f8e7f39755cb9;hpb=48b3a536373c1ee477fdff3e1f30bc3515d9e568;p=westcastle.git diff --git a/css/index.css b/css/index.css index 9afc23e..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%; background-color: white; cursor: pointer; - line-height: 100%; text-align: center; - vertical-align: middle; } .timeout {