[Koha-patches] [PATCH] Fix for Bug 6346 - Patron search results should be valigned top

Owen Leonard oleonard at myacpl.org
Thu May 19 21:15:10 CEST 2011


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.
---
 .../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.3



More information about the Koha-patches mailing list