Bugzilla – Attachment 81371 Details for
Bug 19945
ILSDI - Return the reason a reserve is impossible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21434: (follow-up) Switch two-column templates to Bootstrap grid: Tools part 2
Bug-21434-follow-up-Switch-two-column-templates-to.patch (text/plain), 1.65 KB, created by
Michal Denar
on 2018-10-27 20:51:20 UTC
(
hide
)
Description:
Bug 21434: (follow-up) Switch two-column templates to Bootstrap grid: Tools part 2
Filename:
MIME Type:
Creator:
Michal Denar
Created:
2018-10-27 20:51:20 UTC
Size:
1.65 KB
patch
obsolete
>From 243161d1868c144459d557d28fd5d00773de1c7c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 12 Oct 2018 14:23:49 +0000 >Subject: [PATCH] Bug 21434: (follow-up) Switch two-column templates to > Bootstrap grid: Tools part 2 > >This follow-up corrects CSS which was dependent on YUI-specific markup >context. > >To test, apply the patch, regenerate the staff client CSS, go to Tools >-> Calendar. > >- Click any date on the calendar >- In the entry form the checkbox and radio button options should be > styled correctly. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >Signed-off-by: Michal Denar <black23@gmail.com> > >https://bugs.koha-community.org/show_bug.cgi?id=19945 >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > >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 f2780db11c..aea21cc2a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -929,6 +929,13 @@ fieldset { > margin-left: 1em; > width: auto; > } >+ >+ &.radio, >+ &.checkbox { >+ label { >+ display: inline; >+ } >+ } > } > > ol, >@@ -4260,6 +4267,15 @@ span { > } > } > >+#tools_holidays { >+ .radio, >+ .checkbox { >+ label { >+ margin-left: 0; >+ } >+ } >+} >+ > @media (min-width: 200px) { > .navbar-nav > li { > float: left; >-- >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 19945
:
70409
|
73351
|
73352
|
75688
|
75689
|
79046
|
79047
|
79048
|
79049
|
81371
|
81372
|
81373
|
81374
|
83745
|
83746
|
83747
|
83748