issue24, first trial of date search is now included
[phpfspot.git] / stylesheet.css
index 8d12b9500c8ee99c253d40eb7bb508b4468c189d..20c1974f5c8a2476e22bf2b3bf0c9412d4ec518c 100644 (file)
@@ -95,6 +95,10 @@ a.thumblink {
    font-size:              12px;\r
 }\r
 \r
+a.calendar {\r
+   font-size:              10px;\r
+}\r
+\r
 a.thumblink:hover {\r
    color:                  #4761ab;\r
 }\r
@@ -134,3 +138,27 @@ td.thumb {
    clip:                   auto;\r
    overflow:               auto;\r
 }\r
+\r
+table.calendar tr td {\r
+   border:                 solid 1px #ffffff;\r
+   padding:                1px;\r
+   text-align:             center;\r
+   font-size:              10px;\r
+}\r
+\r
+.prevMonth {\r
+    font-size: 10px;\r
+    text-align: left;\r
+}\r
+.nextMonth {\r
+    font-size: 10px;\r
+    text-align: right;\r
+}\r
+#calendar {\r
+   position: absolute;\r
+   width: 140px;\r
+   height: 200px;\r
+   background-color: #000000;\r
+   visibility: hidden;\r
+   z-index: 1000;\r
+}\r