From 22ce098d89b98566a79350108c63e0a936f1bc09 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 (cherry picked from commit 7d2839dbd6ea15243c5f41a36a4078d0ca02f7c9) Signed-off-by: Chris Nighswonger --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 b018e4ffc5..139f501555 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 { @@ -2047,4 +2048,4 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;} #advanced-search td { border : 1px solid #EEE; padding : 0.3em 0.4em; -} \ No newline at end of file +} -- 2.39.5