]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Palette pop up div type thing. Hmm
[citadel.git] / webcit / static / webcit.css
index 3015ad70eae4126a41e46b4839fb69bdda21ab59..7a7bc5b51e79e226e4bf208864e84e3b1390d922 100644 (file)
@@ -1351,7 +1351,7 @@ li.event_unread span, a.event_read_title {
 .stickynote_titlebar {
        position: relative;
        width: 100%;
-       height: 15px;
+       height: 16px;
        top: 0px;
        left: 0px;
        background-color: #888800;
@@ -1372,3 +1372,23 @@ li.event_unread span, a.event_read_title {
        right: 0px;
        bottom: 0px;
 }
+
+.stickynote_palette {
+       position: absolute;
+       width: 48px;
+       height: 48px;
+       background-color: #ffffff;
+}
+
+.stickynote_palette table {
+       margin: 0;
+       padding: 0;
+}
+
+.stickynote_palette td {
+       width: 16px;
+       height: 16px;
+       filter:alpha(opacity=100); 
+       -moz-opacity:1.0;         
+       opacity: 1.0;
+}