X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=eb47dc9016adecf4b2595b52884dc5d480630142;hb=28b32b4fc7c23b1c72bed68e1897576c5be46c3d;hp=1e19a2bdb77a70b2afd40c9fb97250bd400c1177;hpb=3837d4f7885a3c3cdb468da2f3fa3fa1e5a1415a;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 1e19a2bd..eb47dc90 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -1,156 +1,231 @@ - +#boardSizeBtnContainer + width: 100% + text-align: center + +[type="checkbox"]#modalAdjust+div .card + padding: 5px + +img.inline + height: 24px + @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 + +button.tooltip + padding-bottom: 5px +