X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=b38411ffc5ef9f2342ba5752cde4219acb1d210f;hp=7460f20f86c0952e388a6bf5191a254e7e015eb9;hb=c6745c143300a59acc48cec937b77ab071a5a693;hpb=30627993659edfcd0f0698185c19ff3400b6d313;ds=sidebyside diff --git a/stylesheet.css b/stylesheet.css index 7460f20..b38411f 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; } @@ -68,8 +68,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 +82,8 @@ img.bubbleimg_down { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } a { @@ -153,3 +153,8 @@ td.thumb { background-color: #ffffff; } +#available_tags { + width: 250px; + clip: auto; + overflow: auto; +}