View | Details | Raw Unified | Return to bug 3516
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (+11 lines)
Lines 2309-2312 a.localimage img { Link Here
2309
	border : 1px solid #8EB3E7;
2309
	border : 1px solid #8EB3E7;
2310
	margin : 0 .5em;
2310
	margin : 0 .5em;
2311
	padding : .3em;
2311
	padding : .3em;
2312
}
2313
p.patronimage {
2314
	border:1px solid #EEE;
2315
	border-bottom-color:#000;
2316
	margin: 0.9em 0 0;
2317
	padding:1em;
2318
}
2319
2320
p.patronimage.edit {
2321
	border-color:#E8E8E8;
2322
	margin: 1em 1em 1em 0;
2312
}
2323
}
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt (-3 / +2 lines)
Lines 17-23 Link Here
17
<form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
17
<form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
18
<div class="yui-u first">
18
<div class="yui-u first">
19
<input type="hidden" name="modify" value="yes" />
19
<input type="hidden" name="modify" value="yes" />
20
[% IF ( display_patron_image ) %]<p style="border:1px solid #EEE;padding:1em;">
20
[% IF ( display_patron_image ) %]<p class="patronimage edit">
21
    <img src="/cgi-bin/koha/opac-patron-image.pl" alt="" />
21
    <img src="/cgi-bin/koha/opac-patron-image.pl" alt="" />
22
</p>[% END %]
22
</p>[% END %]
23
<fieldset class="brief"><legend>Name</legend><ol>
23
<fieldset class="brief"><legend>Name</legend><ol>
Lines 105-111 Link Here
105
[% ELSE %]
105
[% ELSE %]
106
<p style="clear:left;padding:1em 0">To make changes to your record please contact the library.</p>
106
<p style="clear:left;padding:1em 0">To make changes to your record please contact the library.</p>
107
<div class="yui-u first">
107
<div class="yui-u first">
108
[% IF ( display_patron_image ) %]<p style="border:1px solid #EEE;border-bottom-color:#000;padding:1em;">
108
[% IF ( display_patron_image ) %]<p class="patronimage">
109
    <img src="/cgi-bin/koha/opac-patron-image.pl" alt="" />
109
    <img src="/cgi-bin/koha/opac-patron-image.pl" alt="" />
110
</p>[% END %]
110
</p>[% END %]
111
<fieldset class="rows">
111
<fieldset class="rows">
112
- 

Return to bug 3516