check if directory of phpfspot.db is writeable
[phpfspot.git] / stylesheet.css
index 20c1974f5c8a2476e22bf2b3bf0c9412d4ec518c..a1c380e66865c00f85ea667384a4db99771fa5b7 100644 (file)
@@ -1,7 +1,7 @@
 body {\r
    background-color:       #000000;\r
    color:                  rgb(26,151,15);\r
-   font-family:            verdana;\r
+   font-family:            sans-serif;\r
    font-style:             normal;\r
    border:                 solid 1px #ffffff;\r
    border-color:           rgb(15,15,15);\r
@@ -23,7 +23,7 @@ td.options {
    border-right:           solid 1px #000000;\r
 }\r
 \r
-td.available_tags,td.selected_tags,td.searchfor {\r
+td.available_tags,td.selected_tags {\r
    border-bottom:          solid 1px #000000;\r
    padding-top:            10px;\r
    padding-bottom:         10px;\r
@@ -31,6 +31,16 @@ td.available_tags,td.selected_tags,td.searchfor {
    line-height:            21px;\r
 }\r
 \r
+td.searchfor {\r
+   border-bottom:          solid 1px #000000;\r
+   padding-top:            10px;\r
+   padding-bottom:         10px;\r
+   padding-right:          10px;\r
+   line-height:            21px;\r
+   font-size:              12px;\r
+   vertical-align:         middle;\r
+}\r
+\r
 td.logo {\r
    font-weight:            bolder;\r
    height:                 40px;\r
@@ -73,7 +83,6 @@ a:hover {
 a.tag {\r
    color:                  #000000;\r
    text-decoration:        underline;\r
-   font-style:             italic;\r
 }\r
 \r
 a.tag:hover {\r