From bdb9dcd051ef13d326b1d4f3ec85bf47f602411e Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
Date: Thu, 19 May 2011 15:11:56 -0400
Subject: [PATCH] [SIGNED-OFF] Fix for Bug 6346 - Patron search results should be valigned top
Content-Type: text/plain; charset="utf-8"
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 <Katrin.Fischer.83@web.de>
---
.../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 c211507..a692fe6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -252,6 +252,7 @@ td, th {
td {
background-color : White;
+ vertical-align : top;
}
td.borderless {
--
1.7.4.1