X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=e2a681d47491fb79f56e76569ca84b94880e5924;hb=32f57b428838b84966ea02cc7193c4c81bc4cec9;hp=abaf91f4a6e8d7e8b45af8669f3d78b8e547b597;hpb=86f3c2cd59432a00121af015c505499a57edf568;p=xogo.git diff --git a/common.css b/common.css index abaf91f..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 { @@ -31,15 +37,21 @@ main > div { margin-top: 25vh; min-height: 500px; min-width: 320px; - /*max-width: 800px;*/ /*unnecessary*/ + max-width: 800px; /*useful for rules display only*/ } -@media (max-height: 800px) { +@media(max-height: 800px) { main > div { margin-top: 30px; } } +@media(max-width: 767px) { + main > div { + padding: 0 10px; + } +} + #boardContainer { margin: 0; padding: 0; @@ -139,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; } @@ -155,18 +167,21 @@ button.block-btn { left: calc(100% - 25px); top: 0; } -#upLeftInfos > img, #upRightStop > img { +#upLeftInfos > svg, #upRightStop > svg { width: 25px; cursor: pointer; } -@media (max-width: 767px) { +@media(max-width: 767px) { #upRightStop { left: calc(100% - 35px); } - #upLeftInfos > img, #upRightStop > img { + #upLeftInfos > svg, #upRightStop > svg { width: 35px; } + #upLeftInfos > svg path, #upRightStop > svg path { + fill: #999; + } } #ng-select { @@ -176,6 +191,7 @@ button.block-btn { /* Options when starting custom game */ .words { line-height: 0.9em; + margin-top: 15px; } .words > .row { margin: 0; @@ -195,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 {