]> 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 f30283460977756ba953ff5f21597c7d4ed31714..48050d3e923705aadeed7c15f635051852fc114f 100644 (file)
@@ -1343,9 +1343,10 @@ li.event_unread span, a.event_read_title {
        position: absolute;
        width: 200px;
        height: 200px;
-       border: 1px solid black;
+       border: 1px solid #333;
        background-color: #ffff00;
        overflow: hidden;
+       z-index: 10;
 }
 
 .stickynote_titlebar {
@@ -1369,6 +1370,29 @@ 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 {
+       position: absolute;
+       width: 48px;
+       height: 48px;
+       background-color: #ffffff;
+       border: 1px solid #333;
+       z-index: 15;
+       display: none;
+}
+
+.stickynote_palette table {
+       margin: 0;
+       padding: 0;
+}
+
+.stickynote_palette td {
+       width: 16px;
+       height: 16px;
 }