X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fvariant.sass;h=be0dbc8ecf2f140526b99ecf6bed48f2a2277c1f;hb=d597379096c51c658f4605e7965137fcd0e15c85;hp=856f22b67df697d702d470c79a58db9be08e8b47;hpb=b5fb8e693dc82037eec2617a7dc49d838a9a8441;p=vchess.git diff --git a/public/stylesheets/variant.sass b/public/stylesheets/variant.sass index 856f22b6..be0dbc8e 100644 --- a/public/stylesheets/variant.sass +++ b/public/stylesheets/variant.sass @@ -225,6 +225,8 @@ ul:not(.browser-default) > li font-weight: bold cursor: pointer padding: 3px + margin-left: 0 + margin-right: 0 background-color: lightgrey #fen-string @@ -280,3 +282,24 @@ ul:not(.browser-default) > li #solution-div h3 cursor: pointer + +.newproblem-form, .newproblem-preview + max-width: 90% + +.clickable + cursor: pointer + +.name-connected + color: green + +.name-disconnected + color: red + +.clearer + clear: both + +.my-chatmsg + color: black + +.opp-chatmsg + color: blue