Didn't make sense to use a class of submit-button for reset buttons.
So...
Signed-off-by: Dan Scott <dscott@laurentian.ca>
<input type="submit"
value="[% l('Go') %]"
alt="[% l('Go') %]" title="[% l('Go') %]"
- class="submit-button" />
+ class="opac-button" />
</td>
<td style="padding-left:5px;">
<a href="#"><img alt="Renewing Help"
<td width="1" style="padding-left:9px;">
<input type="submit" value="[% l('Go') %]"
alt="[% l('Go') %]" title="[% l('Go') %]"
- class="submit-button" />
+ class="opac-button" />
</td>
<td width="1" style="padding-left:5px;">
<a href="#"><img
value="[% l('Submit') %]"
alt="[% l('Submit') %]"
title="[% l('Submit') %]"
- class="submit-button" />
+ class="opac-button" />
<input type="reset"
value="[% l('Submit') %]"
alt="[% l('Cancel') %]"
title="[% l('Cancel') %]"
- class="submit-button" />
+ class="opac-button" />
</td>
</tr>
</table>
<input type="submit"
value="[% l('Submit') %]"
alt="[% l('Submit') %]"
- class="submit-button"/>
+ class="opac-button"/>
<input type="reset"
value="[% l('Cancel') %]"
alt="[% l('Cancel') %]"
- class="submit-button" />
+ class="opac-button" />
</td>
</tr>
</table>
value="[% l('Pay selected fines') %]"
alt="[% l('Pay selected fines') %]"
title="[% l('Pay selected fines') %]"
- class="submit-button" />
+ class="opac-button" />
</div>
[% END %]
</form>
<input type='submit'
value="[% l('Save') %]"
alt="[% l('Save') %]"
- class="submit-button" />
+ class="opac-button" />
</div>
<table>
<div style="float:right;width:65px;">
<div style="position:absolute">
<div style="position:relative;top:75px;">
- <input type="submit" value="[% l('Save') %]" alt="[% l('Save') %]" class="submit-button"/>
+ <input type="submit" value="[% l('Save') %]" alt="[% l('Save') %]" class="opac-button"/>
</div>
</div>
</div>
<td colspan="4">
<input type="submit" value="[% l('Search') %]"
alt="[% l('Search') %]" title="[% l('Search') %]"
- class="submit-button" />
+ class="opac-button" />
</td>
</tr>
</tfoot>
<tr>
<td colspan="2" align="right">
<input type="submit" alt="[% l('Search') %]"
- value="[% l('Search') %]" class="submit-button" />
+ value="[% l('Search') %]" class="opac-button" />
</td>
</table>
</form>
<td align="left" colspan='2'>
<input type="submit"
value="[% l('Search') %]"
- class='pointer submit-button' />
+ class='pointer opac-button' />
<input type="reset"
value="[% l('Reset form') %]"
- class="submit-button" />
+ class="opac-button" />
</td>
</tr>
</table>
<input type="checkbox" name="persist" id="login_persist" /><label for="login_persist"> [% l('Stay logged in?') %]</label>
</div>
<div style="padding-top:14px;">
- <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="submit-button" />
+ <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" />
<!-- TODO
<a href="reset_password"
style="position:relative;top:-13px;left:2px;font-size:10px;">Forgot your PIN?</a>
<form action="[% ctx.opac_root %]/myopac/main_payment_form" method="GET"><input
type="submit" title="[% l('Pay Fines') %]" alt="[% l('Pay Fines') %]"
- value=[% l('Pay Fines') %] class="pos-rel-top-5 submit-button" /></form>
+ value=[% l('Pay Fines') %] class="pos-rel-top-5 opac-button" /></form>
</div>
[% END %]
during your scheduled visit.[% END %]
</p>
<input type="submit" name="submit" value="[% l('Submit') %]" title="[% l('Submit') %]"
- alt="[% l('Submit') %]" class="submit-button" />
+ alt="[% l('Submit') %]" class="opac-button" />
<input type="reset" name="cancel" onclick="javascript:history.go(-1);"
- value="[% l('Cancel') %]" id="holds_cancel" class="submit-button" />
+ value="[% l('Cancel') %]" id="holds_cancel" class="opac-button" />
</form>
<br /><br />
<p>
<span style='padding-right: 10px;'>
<input type="submit" name="submit" value="[% l('Submit') %]"
title="[% l('Submit') %]" alt="[% l('Submit') %]"
- class="submit-button" />
+ class="opac-button" />
</span>
[% END %]
<span>
<input type="reset" onclick="javascript:history.go(-1);"
- id="holds_cancel" value="[% l('Cancel') %]" class="submit-button" />
+ id="holds_cancel" value="[% l('Cancel') %]" class="opac-button" />
</span>
</form>
</div>
<td valign="top">
<div class="pos-abs">
<div class="opac-auto-143">
- <input id='search-submit-go' type="submit" value="[% l('Search') %]" alt="[% l('Search') %]" class="submit-button"
+ <input id='search-submit-go' type="submit" value="[% l('Search') %]" alt="[% l('Search') %]" class="opac-button"
onclick='setTimeout(function(){$("search-submit-spinner").className=""; $("search-submit-go").className="hidden"}, 2000)'/>
<img id='search-submit-spinner' src='/opac/images/progressbar_green.gif' style='height:16px;width:16px;' class='hidden' alt=''/>
</div>
.big-strong {font-weight: bold; font-size: 120%; }
/* TODO: gradients */
-.submit-button {
+.opac-button {
color: white;
font-weight: bold;
-moz-border-radius: 15%;
border-radius: 15%;
background: #1784c7;
}
-.submit-button:hover { background: #359ee0; }
+.opac-button:hover { background: #359ee0; }