Internet Exploder fixes
[citadel.git] / webcit / static / webcit.css
index 3015ad70eae4126a41e46b4839fb69bdda21ab59..a10154bbcfbb52c97d7a4c844a52263fb79e5001 100644 (file)
@@ -1343,15 +1343,16 @@ 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 {
        position: relative;
        width: 100%;
-       height: 15px;
+       height: 16px;
        top: 0px;
        left: 0px;
        background-color: #888800;
@@ -1360,15 +1361,40 @@ li.event_unread span, a.event_read_title {
 
 .stickynote_body {
        position: relative;
-       width: 100%;
-       height: 100%;
-       top: 0px;
-       left: 0px;
+       //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;
+       background-image: url('resizecorner.png');
+       height: 16px;
+       width: 16px;
+       right: -1px;
+       bottom: -1px;
+}
+
+.stickynote_palette {
+       position: absolute;
+       width: 48px;
+       height: 48px;
+       top: 16px;
+       left: 0px;
+       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;
 }