update INSTALL and UPGRADE file
[phpfspot.git] / themes / default / stylesheet.css
index 1c0ebcfed91fa53334be6ee13662e1dc8073d9c3..4618c772a9666a9ffe2d707c309cdb3572625cba 100644 (file)
@@ -105,8 +105,15 @@ div.tagresult{
 }
 
 div.tagresulttags{
-   padding:                5px 10px 5px 10px;
+   padding:                5px 0px 5px 10px;
    background-color:       #eeeeee;
+   vertical-align:         middle;
+}
+
+div.tagresulttag{
+   padding:                0 0 0 5px;
+   background-color:       #eeeeee;
+   display:                inline;
 }
 
 div.photo{ 
@@ -189,10 +196,6 @@ a.smalltag:hover {
    color:                  #00aa44;
 }
 
-a.calendar {
-   font-size:              10px;
-}
-
 div.thumb {
    text-align:             center;
    vertical-align:         top;
@@ -220,7 +223,9 @@ div.thumb a.thumblink:hover {
    color:                  #4761ab;
 }
 
-.cb { clear: both; }
+.cb {
+   clear:                  both;
+}
 
 #photo_details {
    width:                  150px;
@@ -267,28 +272,36 @@ div.credits{
    margin-left:            10px;
 }
 
+/*
+ * calendar layer
+ */
+
+a.calendar {
+   font-size:              14px;
+}
+
 table.calendar tr td {
-   border:                 solid 1px #ffffff;
+   border:                 solid 1px #00aa00;
    padding:                1px;
    text-align:             center;
-   font-size:              10px;
+   font-size:              14px;
 }
 
 .prevMonth {
-    font-size: 10px;
-    text-align: left;
+   font-size:              14px;
+   text-align:             left;
 }
 .nextMonth {
-    font-size: 10px;
-    text-align: right;
+   font-size:              14px;
+   text-align:             right;
 }
+
 #calendar {
-   position: absolute;
-   width: 140px;
-   height: 200px;
-   background-color: #000000;
-   visibility: hidden;
-   z-index: 1000;
+   position:               absolute;
+   background-color:       #ffffff;
+   visibility:             hidden;
+   z-index:                1000;
+   border:                 solid 3px #aaaaaa;
 }
 
 #slide_navigation {