X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=e9bf31c3255b62f622fac26f468858a20c8710f5;hb=65c770d1d8b4b1d6fe3beae9f0ada4bf8f8856cb;hp=ece4abadc5787b5e1793eab9c4473955b2fca853;hpb=91339921da57eb47911ac36d159dd408f7752fc3;p=xogo.git diff --git a/common.css b/common.css index ece4aba..e9bf31c 100644 --- a/common.css +++ b/common.css @@ -37,11 +37,14 @@ main > div { margin-top: 25vh; min-height: 500px; min-width: 320px; - max-width: 800px; /*useful for rules display only*/ +} + +#gameInfos { + max-width: 800px; } @media(max-height: 800px) { - main > div { + #newGameForm, #gameInfos { margin-top: 30px; } } @@ -58,6 +61,11 @@ main > div { } #boardContainer { + position: fixed; + width: 100%; + height: 100%; + left: 0; + top: 0; margin: 0; padding: 0; border: none; @@ -117,6 +125,15 @@ h4 { margin: 10px 0; } +#gameInfos > .rules > ul { + list-style-type: square; + padding-left: 30px; +} +#gameInfos > .rules > ol { + list-style-type: numeric; + padding-left: 30px; +} + #gameInfos > .rules > a { padding-bottom: 1px; border-bottom: 1px dotted black;