X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=4c351dd51cf54207fcd242d125a0bb85fac57bbc;hb=1ef65040168ab7d55ce921abc9d63644a937d689;hp=1e19a2bdb77a70b2afd40c9fb97250bd400c1177;hpb=3837d4f7885a3c3cdb468da2f3fa3fa1e5a1415a;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 1e19a2bd..4c351dd5 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -1,156 +1,239 @@ - +#boardSizeBtnContainer + width: 100% + text-align: center + +[type="checkbox"]#modalAdjust+div .card + padding: 5px + +img.inline + height: 22px + @media screen and (max-width: 767px) + height: 18px + +#scoreInfo + margin: 10px 0 + @media screen and (max-width: 767px) + margin: 5px 0 + +span.score + display: inline-block + margin-left: 10px + font-weight: bold + +span.score-msg + display: inline-block + margin-left: 10px + font-style: italic + +#downloadDiv + display: inline-block + margin: 0 + +span#rulesBtn + cursor: pointer + display: inline-block + margin: 0 10px + font-weight: bold + +button + margin: 0 + +#aboveMoves button + padding-bottom: 5px +