X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwebcit.css;h=d95b7ded1bc3b644cb7ae1294a36135b65e7393a;hb=1b44d5db01507d3aec88253fe96757c9dec25016;hp=72e237b1f47f7afb189264107fd85c79bd8f284c;hpb=9cb08bddc827e0edb9550faa57643c560136399b;p=citadel.git diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 72e237b1f..d95b7ded1 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -1341,6 +1341,15 @@ li.event_unread span, a.event_read_title { font-size: 6px; } +.stickynote_body { + position: relative; + width: 100%; + height: 100%; + top: 0px; + left: 0px; + font-family: "Comic Sans MS", "Verdana", "Bitstream Vera Sans", sans-serif; +} + .stickynote_resize { position: absolute; right: 0px;