X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fvariant.sass;h=be0dbc8ecf2f140526b99ecf6bed48f2a2277c1f;hb=d597379096c51c658f4605e7965137fcd0e15c85;hp=6472e3d8027647470c965a74761fadd232e2da95;hpb=1a788978e3682ab54b77af3edfe38e0b371edbc4;p=vchess.git diff --git a/public/stylesheets/variant.sass b/public/stylesheets/variant.sass index 6472e3d8..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 @@ -246,7 +248,7 @@ ul:not(.browser-default) > li margin-left: 0 margin-right: 0 -.newproblem input, .newproblem textarea +.newproblem-form input, .newproblem-form textarea width: 100% .emphasis @@ -270,3 +272,34 @@ ul:not(.browser-default) > li #problem-solution display: none + +.topspace + margin-top: 15px + +.problem + cursor: pointer + margin-bottom: 15px + +#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