From: Andreas Unterkircher Date: Tue, 19 Jun 2007 20:03:04 +0000 (+0000) Subject: max the tag tab scrollable - don't know yet why the text runs into the content window X-Git-Tag: phpfspot-1.2~221 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=c6745c143300a59acc48cec937b77ab071a5a693;ds=sidebyside max the tag tab scrollable - don't know yet why the text runs into the content window git-svn-id: file:///var/lib/svn/phpfspot/trunk@114 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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; +}