summaryrefslogtreecommitdiffstats
path: root/themes/default/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/stylesheet.css')
-rw-r--r--themes/default/stylesheet.css16
1 files changed, 6 insertions, 10 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css
index 3239fe3..cfc6223 100644
--- a/themes/default/stylesheet.css
+++ b/themes/default/stylesheet.css
@@ -45,14 +45,6 @@ table, tr, td {
padding: 0px;
}
-td.available_tags,td.selected_tags {
- border-bottom: solid 1px #000000;
- padding-top: 10px;
- padding-bottom: 10px;
- padding-right: 10px;
- line-height: 21px;
-}
-
td.searchfor {
border-bottom: solid 1px #000000;
padding-top: 10px;
@@ -168,9 +160,14 @@ div.thumb a.thumblink:hover {
z-index: 100;
}
-#available_tags {
+#available_tags,#selected_tags {
clip: auto;
overflow: auto;
+ border-bottom: solid 1px #000000;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ padding-right: 10px;
+ line-height: 21px;
}
table.calendar tr td {
@@ -217,4 +214,3 @@ input, select, textarea {
border: 1px solid #888888;
border-collapse: collapse;
}
-