patch for Bug 8226 - 'OpacFooter' markup/css improvements

Signed-off-by: Michael Davis <m.r.davis@cranfield.ac.uk>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Mason James 2012-06-11 16:40:04 +12:00 committed by Paul Poulain
parent bcde875b47
commit 773b164f41
2 changed files with 14 additions and 5 deletions

View file

@ -2210,16 +2210,20 @@ div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px;
background-repeat: no-repeat;
}
.koha_url {
color: #666666;
}
div.koha_url {
border-top: none !important;
}
span.koha_url {
position: absolute;
right: 0;
font-size: 85%;
}
a.koha_url {
text-decoration:none;
color: #666666;
}
/* pagination */
.pagination {

View file

@ -46,12 +46,17 @@
[% END %]
[% END %]
[% IF ( OpacKohaUrl ) %]
[% IF ( OpacKohaUrl ) %]
<span class="koha_url">
<a class="koha_url" href="http://koha-community.org">Powered by <strong>Koha</strong></a>&nbsp;&nbsp;
Powered by <strong>
[% IF template.name.match('opac-main.tt') %]
<a class="koha_url" href="http://koha-community.org">Koha</a>
[% ELSE %]
<a class="koha_url" rel="nofollow" href="http://koha-community.org">Koha</a>
[% END %]
</strong>&nbsp;&nbsp;
</span>
[% END %]
[% END %]
[% END %]