[Koha-patches] [PATCH] [bug_5575] Restoring an important CSS property

Owen Leonard oleonard at myacpl.org
Thu Jan 20 20:36:39 CET 2011


Removing "float left" from fieldset.rows label breaks the
layout of all entry forms. Was it removed because it
conflicted with another CSS change?
---
 .../intranet-tmpl/prog/en/css/staff-global.css     |    3 ++-
 1 files changed, 2 insertions(+), 1 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 cfa2c5f..cf09cd5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -575,7 +575,8 @@ fieldset.rows legend {
 	font-size : 110%;
 }
 
-fieldset.rows label, fieldset.rows span.label {  
+fieldset.rows label, fieldset.rows span.label {
+	float: left;
 	font-weight : bold;
 	width: 6em;  
 	margin-right: 1em;  
-- 
1.7.3



More information about the Koha-patches mailing list