From e0785b1d72404852b2b9ed16b53e18466ab4c265 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 6 Jan 2008 10:30:32 +0100 Subject: [PATCH] issue59, tag selection is now html-table free Signed-off-by: Andreas Unterkircher --- themes/default/stylesheet.css | 16 ++++------- themes/default/templates/tags.tpl | 47 ++++++++----------------------- 2 files changed, 17 insertions(+), 46 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; } - diff --git a/themes/default/templates/tags.tpl b/themes/default/templates/tags.tpl index 21469d8..52c870c 100644 --- a/themes/default/templates/tags.tpl +++ b/themes/default/templates/tags.tpl @@ -1,36 +1,11 @@ - - - - - - - - - - - - - - - - -
- available tagsAvailable Tags: -
-
-
- - - - - -
- selected tagsSelected Tags: - -   - || - && -
-
-
no tags selected
-
 
+ + available tagsAvailable Tags: + +
+ + selected tagsSelected Tags: +|| + && +
no tags selected
-- 2.25.1