]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Implemented the ajax call for updating notes.
[citadel.git] / webcit / static / webcit.css
index ed5efa299f849edc9c03bcbe82b901f6b49337b3..2ec1cab2ce6f104d73b83171fa483b8208081107 100644 (file)
@@ -1323,11 +1323,12 @@ li.event_unread span, a.event_read_title {
 }
 
 .stickynote_outer {
-       position: relative;
+       position: absolute;
        width: 200px;
        height: 200px;
        border: 1px solid black;
        background-color: #ffff00;
+       overflow: hidden;
 }
 
 .stickynote_titlebar {
@@ -1337,4 +1338,5 @@ li.event_unread span, a.event_read_title {
        top: 0px;
        left: 0px;
        background-color: #888800;
+        font-size: 6px;     
 }