X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwebcit.css;h=ed5efa299f849edc9c03bcbe82b901f6b49337b3;hb=6b8835e55dc3c87872194dcf03ae42670aa53ae0;hp=dc68ca10e35b58e3319b3efb20487b724d2164c9;hpb=6056e0278cc5a6d17d082a01151c8ef3065992db;p=citadel.git diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index dc68ca10e..ed5efa299 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -1322,3 +1322,19 @@ li.event_unread span, a.event_read_title { padding: 4px; } +.stickynote_outer { + position: relative; + width: 200px; + height: 200px; + border: 1px solid black; + background-color: #ffff00; +} + +.stickynote_titlebar { + position: relative; + width: 100%; + height: 15px; + top: 0px; + left: 0px; + background-color: #888800; +}