Bugzilla – Attachment 77803 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.22 KB, created by
Jonathan Druart
on 2018-08-14 20:27:50 UTC
(
hide
)
Description:
Bug 21223: Fix some floating values
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-08-14 20:27:50 UTC
Size:
1.22 KB
patch
obsolete
>From 5bfeefa687cc247d78c02537b32a290267580aef 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? >--- > 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 b17c6e4517..bbc4f4b4a2 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.11.0
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