]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
More sticky-notes work. Click-to-edit now
[citadel.git] / webcit / static / webcit.css
index 8c6cb18efcf12a1bc1756d4cd9e82cbd8b3c294c..d95b7ded1bc3b644cb7ae1294a36135b65e7393a 100644 (file)
@@ -1323,7 +1323,7 @@ li.event_unread span, a.event_read_title {
 }
 
 .stickynote_outer {
-       position: relative;
+       position: absolute;
        width: 200px;
        height: 200px;
        border: 1px solid black;
@@ -1340,3 +1340,18 @@ li.event_unread span, a.event_read_title {
        background-color: #888800;
         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;
+       bottom: 0px;
+}