And on the record page, make them less ugly. We need to get rid of this
974-px-wide business. It's ridiculous, and it keeps us busy fighting CSS
just to keep a silly grey margin on the right side of the display, and
it keeps us from using all available space. We need to simplify the CSS
greatly, in fact. Let's bite that bullet sooner than later.
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
<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>
</form>
<br class="clear-both" />
<div id="content-wrapper">
- [% IF ctx.staff_saved_search_size %]
- <div id="results-side-bar">
- <div id="staff-saved-search">
- [% INCLUDE "opac/parts/staff_saved_searches.tt2" %]
- </div>
- <!-- XXX facet display here one day? -->
- </div>
- [% END %]
- <div id="[% ctx.staff_saved_search_size ? 'main-content-after-bar' : 'main-content' %]">
+ <div id="main-content">
<div id="results-page">
[% path = "opac/parts/result/" _
(ctx.records.size ? "table.tt2" : "lowhits.tt2");
#main-content-home { width: 694px; margin: auto; padding-left: 17px; }
#main-content { width: 974px; margin:auto; padding-left: 0px; }
-#main-content-after-bar { float: left; width: 700px; margin: auto; padding-left: 4px; }
+#main-content-after-bar { float: left; width: 800px; margin: auto; padding-left: 4px; }
-#results-side-bar { float: left; width: 274px; background-color: #ddd; color: black; height: 500px; /* XXX to height of container*/ }
+#results-side-bar { float: left; width: 174px; height: 500px; /* XXX to height of container*/ }
#main-content .login_boxes {
border: 1px solid #dedede;