From 51b72e5ef6bc93267fbe73e8db1c2279ea68548c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 20 Jan 2011 14:33:34 -0500 Subject: [PATCH] [bug_5575] Restoring an important CSS property Content-Type: text/plain; charset="utf-8" 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