X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=b38411ffc5ef9f2342ba5752cde4219acb1d210f;hp=5322b01b2115de2e18c55db3aec7ee1f2d6a0200;hb=c6745c143300a59acc48cec937b77ab071a5a693;hpb=88ebe99ac99053cff1b4350df2e5df912d85e944 diff --git a/stylesheet.css b/stylesheet.css index 5322b01..b38411f 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -8,11 +8,6 @@ body { padding: 10px; } -#frame { - padding: 10px; - background-color: #ffffff; -} - table, tr, td { border-collapse: collapse; padding: 0px; @@ -21,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; } @@ -73,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 { @@ -87,8 +82,8 @@ img.bubbleimg_down { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } a { @@ -102,7 +97,6 @@ a:hover { } a.tag { - font-size: 14px; color: #000000; text-decoration: underline; font-style: italic; @@ -153,3 +147,14 @@ td.thumb { border-radius: 1em; border: dashed 1px #888888; } + +#frame { + padding: 10px; + background-color: #ffffff; +} + +#available_tags { + width: 250px; + clip: auto; + overflow: auto; +}