From 354357c95db4643219d7afe45448ccff6ccf6b4b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 19 May 2011 15:11:56 -0400 Subject: [PATCH] Fix for Bug 6346 - Patron search results should be valigned top I'm going for the nuclear option: Let's valign-top all table cells. Having vertical-align : middle really only works well if your table cells have the same height. Signed-off-by: Katrin Fischer Signed-off-by: Paul Poulain --- .../intranet-tmpl/prog/en/css/staff-global.css | 1 + 1 files changed, 1 insertions(+), 0 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 3c5d257..7f6a55f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -254,6 +254,7 @@ td, th { td { background-color : White; + vertical-align : top; } td.borderless { -- 1.7.4.1