* added matts date picker widget
[citadel.git] / webcit / static / webcit.css
index d95b7ded1bc3b644cb7ae1294a36135b65e7393a..3015ad70eae4126a41e46b4839fb69bdda21ab59 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,6 +1326,19 @@ 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: absolute;
        width: 200px;