From 97179266447bdf070a4dff44b309177128d615d1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 12 May 2008 07:58:27 -0500 Subject: [PATCH] Hiding empty results table when there are no results (prevents js error from tablesorter). Now links back to search form. Also includes minor CSS tweak for IE/Opera general layout problems. Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 8 +++----- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 2 +- .../prog/en/modules/cataloguing/z3950_search.tmpl | 8 ++++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 9263d52550..abd8814183 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -171,13 +171,11 @@ ol li { background-color : #F3F3F3; border-bottom : 1px solid #E8E8E8; line-height : 2em; - display : inline-block; + overflow : auto; } -#header:after { /* clearing without presentational markup, IE gets extra treatment */ - display: block; - clear: both; - content: " "; +*html #header { + display : inline-block; } #sitetitle { diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index 6af5f00499..474b6ca39d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -1,4 +1,4 @@ -