X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=common.css;h=e2a681d47491fb79f56e76569ca84b94880e5924;hp=8159d76a4048f5e91adba573c03a618a625e6fd3;hb=ec777d4abf1ce4954e13d0e37bbd918d7d8c5776;hpb=67c5c19892b8bf3d851c4b7f4fcb1514b8491091 diff --git a/common.css b/common.css index 8159d76..e2a681d 100644 --- a/common.css +++ b/common.css @@ -11,11 +11,17 @@ vertical-align: baseline; } +html { + height: 100%; +} + body { + height: 100%; margin: 0; - /*text-align: center;*/ background-color: #f8f8f8; font-family: Arial, Verdana, Tahoma, sans-serif; + /* https://stackoverflow.com/a/24392249/12660887 */ + position: relative; } main { @@ -145,7 +151,7 @@ button:hover, button.block-btn:hover { button.block-btn { display: block; background-color: #01786F; - margin: 0 auto 20px auto; + margin: 0 auto 30px auto; /*TODO: margin-bottom 20px ? */ font-size: 2rem; padding: 15px 32px; } @@ -185,6 +191,7 @@ button.block-btn { /* Options when starting custom game */ .words { line-height: 0.9em; + margin-top: 15px; } .words > .row { margin: 0; @@ -204,7 +211,12 @@ button.block-btn { } .option-select, .option-check { - margin: 15px 0; + margin: 15px 0 0 0; +} + +.option-check { + display: inline-block; + margin-right: 10px; } .btn-wrap {