X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=8da852227223cc449235e78afc6bde8efc7a24f7;hp=7460f20f86c0952e388a6bf5191a254e7e015eb9;hb=4a4043f64bbb3b6757ff1d3edd81ec36a796cf00;hpb=30627993659edfcd0f0698185c19ff3400b6d313 diff --git a/stylesheet.css b/stylesheet.css index 7460f20..8da8522 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -16,9 +16,9 @@ table, tr, td { } td.tags { - width: 150px; + width: 250px; padding: 2px; - padding-top: 10px; + padding-top: 8px; border-top: solid 1px #000000; border-right: solid 1px #000000; } @@ -28,6 +28,7 @@ td.available_tags,td.selected_tags,td.searchfor { padding-top: 10px; padding-bottom: 10px; padding-right: 10px; + line-height: 21px; } td.logo { @@ -49,6 +50,7 @@ td.index_header { background-color: #eeeeee; padding: 10px; vertical-align: middle; + white-space: nowrap; } img { @@ -68,8 +70,8 @@ img.bubbleimg_up { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } img.bubbleimg_down { @@ -82,8 +84,8 @@ img.bubbleimg_down { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } a { @@ -153,3 +155,7 @@ td.thumb { background-color: #ffffff; } +#available_tags { + clip: auto; + overflow: auto; +}