summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-19 20:03:04 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-19 20:03:04 +0000
commitc6745c143300a59acc48cec937b77ab071a5a693 (patch)
tree10d739bf457f3ba2181dbd85a5c0206366b5085b
parent836e04ea5fc6b0d32d4d57f1af66d1a9aaf423a1 (diff)
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
-rw-r--r--stylesheet.css17
1 files changed, 11 insertions, 6 deletions
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;
+}