Bug 21223: Fix some floating values
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 14 Aug 2018 20:26:26 +0000 (17:26 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 20 Aug 2018 14:44:08 +0000 (14:44 +0000)
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 <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index b17c6e4..bbc4f4b 100644 (file)
@@ -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;
             }