In the current state of the TPAC, these "div"ider elements were
completely invisible, yet nobody seemed to miss them. It wasn't
altogether clear what the divisions meant anyway, so rather than fix
them, let's just trim them out for now.
Also, get rid of a useless clearing div while we are at it. I could
not detect a valuable display difference in current Chrome, Firefox,
or IE9.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
.cached_list_div { height: 25px; }
-.results_header_div {
- float: left;
- width: 0px;
- border-left: 1px solid [% css_colors.accent_mediumdark %];
- border-right: 1px solid [% css_colors.accent_medium %];
- margin: 0px 13px;
-}
-
.results_header_lbl {
font-weight: bold;
float: left;
#myopac_sum_fines {
display: none;
}
- .results_header_div, .results_header_lbl {
+ .results_header_lbl {
display: none;
}
.results_header_nav1 span.h1 {
[%- END %]
</div>
[% END %]
- <div class="results_header_div"></div>
<label class="results_header_lbl">[% l('Sort by') %]
[% INCLUDE "opac/parts/filtersort.tt2" value=CGI.param('sort') submit_on_change=1 %]
</label>
- <div class="results_header_div"></div>
<div class='results_header_sel' id='simple-detail-view-links'>
[% IF CGI.param('detail_record_view') %]
<a href="[% mkurl('', {detail_record_view => 1}) %]">[% l('Show More Details') %]</a>
[% END %]
</div>
- <div class="results_header_div"></div>
<label class="results_header_lbl">
<input type="checkbox" id="limit_to_available" name="modifier" value="available"
[% IF CGI.param('detail_record_view') %]
<input type="hidden" name="detail_record_view" value="1" />
[% END %]
- <div class="clear-both"></div>
</div>
</div>
</div>