</div>
[% END %]
[% IF ctx.failed_renewals %]
- <div class="renew-summary red">
+ <div class="renew-summary alert">
[% l("Failed to renew [_1] item(s)", ctx.failed_renewals) %]
</div>
[% END %]
<!-- XXX TODO fines aren't really accruing
if circ has hit maxfines. more clarity
here? -->
- <span class="red">[% l('(fines accruing)') %]</span>
+ <span class="alert">[% l('(fines accruing)') %]</span>
[% END %]
</td>
<td>
- <strong class="red">
+ <strong class="alert">
[% money(f.xact.balance_owed) %]
</strong>
</td>
</td>
<td>[% money(f.xact.total_owed) %]</td>
<td>[% money(f.xact.total_paid) %]</td>
- <td class="red">
+ <td class="alert">
<strong>
[% money(f.xact.balance_owed) %]
</strong>
width='100%'>
<tbody>
<tr>
- <td width='100%' class='red'>
+ <td width='100%' class='alert'>
[% l("Your account expired on") %]
<span id='myopac.expired.date'></span>!
[% l("Please see a librarian to renew your account.") %]</td>
</div>
</div>
[% l('Fines:') %]
- <span class='[% ctx.user_stats.fines.balance_owed ? "red" : ""%]'>
+ <span class='[% ctx.user_stats.fines.balance_owed ? "alert" : ""%]'>
[% money(ctx.user_stats.fines.balance_owed) %]
</span><br />
[% IF (ctx.fines.grocery.size OR ctx.fines.circulation.size) AND ctx.get_org_setting(ctx.user.home_ou, 'credit.payments.allow') == 1 %]
/* once done renaming and everything, combine with style.css */
-
-/* Verfied in-use classes --------------------------- */
-.opac-auto-009 { border: 3px solid #E0E0E0; }
-.opac-auto-010 { border-bottom: 1px dotted #ccc; padding-top: 10px; }
-.opac-auto-011 { border-bottom: 1px dotted #ccc; padding-top: 6px; }
-.adv_global_input_container { border-bottom: none; }
-.opac-auto-013 { border-bottom: none; *height: 0px; }
-.opac-auto-015 { border-left: 1px solid #e9ebf3; padding-right: 27px; }
-.adv_global_filter_sort { border: none; width: 100%; }
-.opac-auto-018 { border-top: 1px dotted #ccc; padding-top: 17px; }
-.clear-both { clear: both; }
-.common-no-pad { clear: both; height: 0px; margin: 0px; padding: 0px; }
-.common-full-pad { clear: both; height: 15px; }
-.opac-auto-029 { color: #333; font-weight: bold; font-size: 13px; }
-.opac-auto-030 { color: #545454; }
-.opac-auto-031 { color: #9999FF; padding-left: 10px; font-size: 7pt; font-weight: 300; }
-.red { color: red; }
-.bold-red { color: red; font-weight: bold }
-.pointer { cursor: pointer; }
-/* ------------------------------------------- */
-
-
-.float-left { float: left; }
-.bookbag-share { float: left; padding: 5px 0; }
-.bookbag-controls { float: left; padding: 5px 0px 0px 10px; }
.left-corner { float: left; width: 163px; height: 30px; background: url('/images/utils-corner-mid.png') repeat-x top; }
-.float-right { float: right; }
.opac-auto-045 { float: right; margin-right: 17px; }
.opac-auto-046 { float: right; width: 214px; }
.opac-auto-047 { float: right; width: 353px; background: #ccc; padding: 10px; margin-top: 7px; }
padding-left:0px;
}
+#gold-links-holder {
+ height: 24px;
+ background: #252525;
+}
+
#util-bar {
margin-left: 1em;
padding-left:0px;
border-bottom: 1px solid #666;
margin-bottom: 2ex;
}
+.bookbag-share {
+ float: left;
+ padding: 5px 0;
+}
+.bookbag-controls {
+ float: left;
+ padding: 5px 0px 0px 10px;
+}
+
.save-notes { padding-bottom: 1.5ex; }
+
+/* Moved from semiauto.css */
+.opac-auto-010 {
+ border-bottom: 1px dotted #ccc;
+ padding-top: 10px;
+}
+.opac-auto-011 {
+ border-bottom: 1px dotted #ccc;
+ padding-top: 6px;
+}
+.adv_global_input_container { border-bottom: none; }
+.opac-auto-013 {
+ border-bottom: none;
+ *height: 0px;
+}
+.opac-auto-015 {
+ border-left: 1px solid #e9ebf3;
+ padding-right: 27px;
+}
+.adv_global_filter_sort {
+ border: none;
+ width: 100%;
+}
+.clear-both { clear: both; }
+.common-no-pad {
+ clear: both;
+ height: 0px;
+ margin: 0px;
+ padding: 0px;
+}
+.common-full-pad {
+ clear: both;
+ height: 15px;
+}
+.alert { color: red; }
+.float-left { float: left; }
+.float-right { float: right; }
+