More sticky-notes work. Click-to-edit now
[citadel.git] / webcit / static / webcit.css
index 72e237b1f47f7afb189264107fd85c79bd8f284c..d95b7ded1bc3b644cb7ae1294a36135b65e7393a 100644 (file)
@@ -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;