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