<div class="facet_box_temp">
<div class="header">
- <div class="title">[% facet.cmf.label %]</div>
- <div class="button">
+ <span class="button">
[% IF close_facets.grep(close_key).0;
new_close = [];
<a href="[% mkurl('', {close_facet => close_facets.merge([close_key])}) %]"><img
src="[% ctx.media_prefix %]/images/adv_search_minus_btn.png" alt="[% l('Collapse') %]" /></a>
[% END %]
- </div>
- <div class="clear"> </div>
+ </span>
+ <div class="title">[% facet.cmf.label %]</div>
</div>
[% IF !close_facets.grep(close_key).0 %]
<div class="box_wrapper">
[% END %]
[% END %]
</div>
- <div class="clear"> </div>
</div> <!-- box_wrapper -->
[% END %]
</div> <!-- facet_box_temp -->
<div id="result_table_div">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
- <td valign="top" width="1" style="padding-right:20px;">
- <div style="width:174px;">
- [% INCLUDE "opac/parts/staff_saved_searches.tt2" %]
- [% INCLUDE 'opac/parts/result/facets.tt2' %]
- </div>
+ <td valign="top" width="1">
+ [% INCLUDE "opac/parts/staff_saved_searches.tt2" %]
+ [% INCLUDE 'opac/parts/result/facets.tt2' %]
</td>
- <td class='opac-auto-015' width="1"></td>
+ <td class="facet_border" width="1"></td>
<td valign="top">
<table cellpadding="0" cellspacing="0"
border="0" width="100%" style="margin-top:10px;">
<table cellpadding="0" cellspacing="0" class='result_table_subtable'>
<tbody class='result_table_subtbody'>
<tr name='counts_row'>
- <td width="58" valign="top"
- style="font-weight:bold;padding-left:10px;"
+ <td valign="top" class="results_row_count"
name="results_row_count">[%
result_count; result_count = result_count + 1
%].</td>
.facet_box_temp {
padding-bottom:3px;
- width:180px;
+ width: 15em;
overflow:hidden;
}
.facet_box_temp .header {
- width:180px;
height:31px;
overflow:hidden;
background:url('/images/facet_box_bg.png') no-repeat;
float:left;
padding-top:6px;
padding-left:12px;
- width:134px;
overflow:hidden;
}
}
.facet_box_wrapper .box_wrapper .box {
- width:166px;
+ width: 14em;
border-top:1px solid #7ebee5;
border-left:1px solid #f3f3f3;
border-right:1px solid #f3f3f3;
background-color: #d7d7d7;
}
+.facet_border {
+ border-left: 1px solid #e9ebf3;
+ padding-right: 0.5em;
+}
+
#footer-wrap {
background: linear-gradient(lightGreen, #252525);
background: -moz-linear-gradient(lightGreen, #252525);
}
.list-create-table-buttons input[type=image] { margin-top: 2px; }
.result_table_format_cell { padding: 0px 10px; text-align: center; }
+.results_row_count { font-weight: bold; }
#hold_editor h1 { font-size: 120%; font-weight: bold; }
#hold_editor h2 { font-size: 111%; font-weight: normal; text-indent: 2em; font-style: italic; }
#hold_editor h1, #hold_editor h2 { margin: 2px 0; }
border-bottom: none;
*height: 0px;
}
-.opac-auto-015 {
- border-left: 1px solid #e9ebf3;
- padding-right: 27px;
-}
.adv_global_filter_sort {
border: none;
width: 100%;