X-Git-Url: https://git.auder.net/doc/index.css?a=blobdiff_plain;f=public%2Fstylesheets%2Fvariant.sass;h=a0d4f2a2b6f721a128318643184bcd58396b887e;hb=643479f8d7c3622b57fc49c4f10d9950793ebf4f;hp=6472e3d8027647470c965a74761fadd232e2da95;hpb=1a788978e3682ab54b77af3edfe38e0b371edbc4;p=vchess.git diff --git a/public/stylesheets/variant.sass b/public/stylesheets/variant.sass index 6472e3d8..a0d4f2a2 100644 --- a/public/stylesheets/variant.sass +++ b/public/stylesheets/variant.sass @@ -246,7 +246,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 +270,16 @@ 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%