]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Eliminated the sometimes-wonky resize behavior by changing
[citadel.git] / webcit / static / webcit.css
index b06fb006dd7bee75187ec56cd55e20f46aa826e3..48050d3e923705aadeed7c15f635051852fc114f 100644 (file)
@@ -1370,8 +1370,11 @@ li.event_unread span, a.event_read_title {
 
 .stickynote_resize {
        position: absolute;
-       right: 0px;
-       bottom: 0px;
+       background-image: url('resizecorner.png');
+       height: 16px;
+       width: 16px;
+       right: -1px;
+       bottom: -1px;
 }
 
 .stickynote_palette {