]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Add 16x16 paint palette icon for changing the color
[citadel.git] / webcit / static / webcit.css
index 537a2ce7ff99b6c04ea9706a1c2a6b76a9c78727..f30283460977756ba953ff5f21597c7d4ed31714 100644 (file)
@@ -1,3 +1,4 @@
+@import url("datepicker.css");
 @media print {
        input#toggler, .toolbar { display: none }
 }
@@ -675,6 +676,9 @@ body, #global {
        vertical-align: middle;
        padding-left: 2px;
        padding-right: 5px;
+       width: 32px;
+       height: 32px;
+       border: none;
 }
 
 #button li a {
@@ -1322,8 +1326,21 @@ li.event_unread span, a.event_read_title {
        padding: 4px;
 }
 
+.roompic {
+      height: 48px;
+      width: 48px;
+      border: none;
+}
+#navbar ul li a img {
+      vertical-align: middle;
+      border: none;
+}
+.table-alt-row {
+      background-color: #DDDDDD;
+}
+
 .stickynote_outer {
-       position: relative;
+       position: absolute;
        width: 200px;
        height: 200px;
        border: 1px solid black;
@@ -1334,8 +1351,24 @@ 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;
+        font-size: 6px;     
+}
+
+.stickynote_body {
+       position: relative;
+       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;
 }