From 7d2839dbd6ea15243c5f41a36a4078d0ca02f7c9 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 Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 1 + 1 file changed, 1 insertion(+) 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 3c5d2571ec..7f6a55fc54 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 { -- 2.20.1