Fix for Bug 5571 - tags as bulleted list too long

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Owen Leonard 2011-01-04 20:31:37 -05:00 committed by Chris Cormack
parent f379638c9d
commit ea023bb749
2 changed files with 5 additions and 4 deletions

View file

@ -595,6 +595,8 @@ input.deleteshelf:active {
text-decoration: none;
}
#tagslist li { display : inline; }
#placehold input.submit:hover,
#tagsel_span input.submit:hover {
color: #990033;
@ -2003,5 +2005,4 @@ div.ft {
#plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
#plainmarc th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; }
#plainmarc td { border: 0; padding : 2px; vertical-align: top; }
#plainmarc td { border: 0; padding : 2px; vertical-align: top; }

View file

@ -231,8 +231,8 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
<div class="results_summary">
<!-- TMPL_IF NAME="TagLoop" -->
<span class="label">Tags from this library:</span>
<ul><!-- TMPL_LOOP NAME="TagLoop" -->
<li><a href="/cgi-bin/koha/opac-search.pl?tag=<!-- TMPL_VAR NAME="term" ESCAPE="URL" -->&amp;q=<!-- TMPL_VAR NAME="term" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="term" ESCAPE="HTML" --></a> <span class="weight">(<!-- TMPL_VAR NAME="weight_total" -->)</span></li>
<ul id="tagslist"><!-- TMPL_LOOP NAME="TagLoop" -->
<li><a href="/cgi-bin/koha/opac-search.pl?tag=<!-- TMPL_VAR NAME="term" ESCAPE="URL" -->&amp;q=<!-- TMPL_VAR NAME="term" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="term" ESCAPE="HTML" --></a> <span class="weight">(<!-- TMPL_VAR NAME="weight_total" -->)</span><!-- TMPL_IF NAME="__LAST__" --><!-- TMPL_ELSE -->, <!-- /TMPL_IF --></li>
<!-- /TMPL_LOOP -->
</ul><!-- TMPL_ELSE --><span class="label">Tags from this library:</span><div>No tags from this library for this title.</div>
<!-- /TMPL_IF -->