]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/datepicker.css
* fix wiki navbar (partly ;-)
[citadel.git] / webcit / static / datepicker.css
index 43259516ba2031ed42a8c5fe1962b65d66473e77..ec5d2b2cb304fe7a2d9fd2698e244b02bf1acd47 100644 (file)
@@ -1,3 +1,12 @@
+/**
+ * DatePicker widget using Prototype and Scriptaculous.
+ * (c) 2007 Mathieu Jondet <mathieu@eulerian.com>
+ * Eulerian Technologies
+ *
+ * DatePicker is freely distributable under the same terms as Prototype.
+ *
+ */
+
 div.datepicker {
  position: absolute;
  text-align: center;
@@ -6,6 +15,7 @@ div.datepicker {
  background: #FFFFFF;
  font-size: 10px;
  padding: 0px;
+ z-index: 4;
 }
 div.datepicker table {
  font-size: 10px;