issue59, tag selection is now html-table free
[phpfspot.git] / themes / default / stylesheet.css
index 7550311e96abfefe97f15c1963e593bc56ae66ef..cfc62236d9118db98f9b8bfe8f6958d20ed17723 100644 (file)
@@ -45,14 +45,6 @@ table, tr, td {
    padding:                0px;
 }
 
-td.available_tags,td.selected_tags {
-   border-bottom:          solid 1px #000000;
-   padding-top:            10px;
-   padding-bottom:         10px;
-   padding-right:          10px;
-   line-height:            21px;
-}
-
 td.searchfor {
    border-bottom:          solid 1px #000000;
    padding-top:            10px;
@@ -95,7 +87,6 @@ img {
    border:                none;
 }
 
-
 a {
    font-size:              14px;
    color:                  #008200;
@@ -169,9 +160,14 @@ div.thumb a.thumblink:hover {
    z-index:                100;
 }
 
-#available_tags {
+#available_tags,#selected_tags {
    clip:                   auto;
    overflow:               auto;
+   border-bottom:          solid 1px #000000;
+   padding-top:            10px;
+   padding-bottom:         10px;
+   padding-right:          10px;
+   line-height:            21px;
 }
 
 table.calendar tr td {
@@ -218,4 +214,3 @@ input, select, textarea {
    border:                 1px solid #888888;
    border-collapse:        collapse;
 }
-