Bugzilla – Attachment 77813 Details for
Bug 21223
Some floating values are wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21223: Fix some floating values
Bug-21223-Fix-some-floating-values.patch (text/plain), 1.26 KB, created by
Owen Leonard
on 2018-08-15 12:05:12 UTC
(
hide
)
Description:
Bug 21223: Fix some floating values
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-08-15 12:05:12 UTC
Size:
1.26 KB
patch
obsolete
>From 7dc462f10be637d8c16216f3c4ef668de3474a7c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 <oleonard@myacpl.org> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21223
:
77803
|
77813
|
77873