Bugzilla – Attachment 93662 Details for
Bug 23729
Move CSS from moremember.tt template to staff global CSS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23729: Move CSS from moremember.tt template to staff global CSS
Bug-23729-Move-CSS-from-moremembertt-template-to-s.patch (text/plain), 2.23 KB, created by
Owen Leonard
on 2019-10-03 17:54:30 UTC
(
hide
)
Description:
Bug 23729: Move CSS from moremember.tt template to staff global CSS
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-10-03 17:54:30 UTC
Size:
2.23 KB
patch
obsolete
>From c09412ac715645b00316f4361182886e337e13d4 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 2 Oct 2019 19:01:14 +0000 >Subject: [PATCH] Bug 23729: Move CSS from moremember.tt template to staff > global CSS > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 28 ++++++++++++++++++++++ > .../prog/en/modules/members/moremember.tt | 8 ------- > 2 files changed, 28 insertions(+), 8 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 60ced2786b9..9b34aa17e2a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1409,6 +1409,30 @@ dd { > } > } > >+.patroninfo-section { >+ padding: .5em; >+ margin: .5em; >+ >+ .rows { >+ padding: .5em; >+ } >+} >+ >+.patroninfo-heading { >+ background-color: rgba(237, 244, 246, .4); >+ padding: .5em; >+ margin-bottom: .3em; >+ clear: both; >+ >+ h3 { >+ display: inline-block; >+ } >+ >+ .btn { >+ float: right; >+ } >+} >+ > /* Patron image */ > > .patronimage-container { >@@ -1456,6 +1480,10 @@ dd { > padding: 1em 2em; > } > >+#patronImageEdit input[type="file" ] { >+ display: inline-block; >+} >+ > .patronviews { > border-right: 1px solid #000; > border-top: 1px solid #000; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 1cbc7afc6dc..ac146592300 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -14,14 +14,6 @@ > [% END %] > </title> > [% INCLUDE 'doc-head-close.inc' %] >-<style> >- input[type="file"] { display: inline-block; } >- .patroninfo-section { padding: .5em; margin: .5em; } >- .patroninfo-section .rows { padding: .5em; } >- .patroninfo-heading { background-color: rgba(237, 244, 246, .4); padding: .5em; margin-bottom: .3em; clear:both;} >- .patroninfo-heading h3 { display: inline-block; } >- .patroninfo-heading .btn { float: right; } >-</style> > </head> > > <body id="pat_moremember" class="pat"> >-- >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 23729
:
93591
|
93662
|
93842