From 498cddd39f8234540b4d87c96dd06628809d380e Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 6 Jan 2008 10:38:16 +0100 Subject: issue59, reduce html table usage in search-box Signed-off-by: Andreas Unterkircher --- themes/default/stylesheet.css | 6 +-- themes/default/templates/search.tpl | 105 +++++++++++++++++------------------- 2 files changed, 53 insertions(+), 58 deletions(-) (limited to 'themes') diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index cfc6223..7eede84 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -45,14 +45,14 @@ table, tr, td { padding: 0px; } -td.searchfor { - border-bottom: solid 1px #000000; +div.searchfor { padding-top: 10px; - padding-bottom: 10px; padding-right: 10px; + padding-bottom: 10px; line-height: 21px; font-size: 12px; vertical-align: middle; + border-bottom: solid 1px #000000; } .menu { diff --git a/themes/default/templates/search.tpl b/themes/default/templates/search.tpl index 420d6e2..2030bdc 100644 --- a/themes/default/templates/search.tpl +++ b/themes/default/templates/search.tpl @@ -1,62 +1,57 @@ - + + loupeSearch: + + +
+
- + + + + + + + + + + + - + + + + + + +
- loupeSearch: + Tag: + + +
Date: + { if ! $date_search_enabled } + + { else } + + { /if } + consider date-range +  
 {$from_date}
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Tag: - - - -
Date: - { if ! $date_search_enabled } - - { else } - - { /if } - consider date-range -
 {$from_date}
  - {$to_date} - - -
- Sort-Order:  - - - -   -
-
+
  + {$to_date} + + +
+ Sort-Order:  + + + +  
+ + +
-- cgit v1.2.3-18-g5258