[Koha-patches] [PATCH] Fix for Bug 2147, "Search Results aligned top on staff side."

Owen Leonard oleonard at myacpl.org
Tue May 20 21:27:47 CEST 2008


---
 .../intranet-tmpl/prog/en/css/staff-global.css     |    4 ++++
 1 files changed, 4 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 738e877..725f143 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -1253,6 +1253,10 @@ overflow :  hidden;
 	list-style : url(../../img/item-bullet.gif);
 }
 
+#searchresults table td {
+	vertical-align : top;
+}
+
 #searchheader {
 	background-color : #f3f3f3;
 	font-size : 80%;
-- 
1.5.5.GIT




More information about the Koha-patches mailing list