From 7dc462f10be637d8c16216f3c4ef668de3474a7c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 14 Aug 2018 17:26:26 -0300 Subject: [PATCH] Bug 21223: Fix some floating values See description of the bug for screenshots I do not really know why we have these issues, but maybe we should regenerate the .scss in order to catch the other problems? Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index b17c6e4..bbc4f4b 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1037,7 +1037,7 @@ fieldset { text-align: right; width: 9em; - .error { + &.error { float: none; margin-left: 1em; width: auto; @@ -1049,7 +1049,7 @@ fieldset { margin-left: 1em; } - .yesno { + &.yesno { float: none; width: auto; } -- 2.1.4