-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
- margin: 5px;
+ margin: 5px 0 0 5px;
}
.tbutton.full, .tbutton.full span {
display: block;
<div id="rdetail_actions_div">
[% IF !args.ezproxy %]
- <div class="rdetail_aux_utils place_hold">
+ <div class="rdetail_aux_utils">
<a href="[% mkurl(ctx.opac_root _ '/place_hold',
{hold_target => ctx.bre_id, hold_type => 'T', hold_source_page => mkurl()}, stop_parms) %]"
- class="no-dec"><img src="[% ctx.media_prefix %]/images/green_check.png" alt="[% l('place hold') %]" /><span
- class="place_hold">[% l('Place Hold') %]</span></a>
- </div>
+ class="tbutton small green"><span>[% l('Place Hold') %]</span></a>
[% END %]
- <div class="rdetail_aux_utils toggle_list">
[%-
operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add";
- label = (operation == "add") ? l("Add to my list") : l("Remove from my list");
+ label = (operation == "add") ? l("Add to list") : l("Remove from list");
%]
- <a href="[% mkurl(ctx.opac_root _ '/mylist/' _ operation, {record => ctx.bre_id}, stop_parms) %]" class="no-dec">
- <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="" />
- [% label %]
+ <a href="[% mkurl(ctx.opac_root _ '/mylist/' _ operation, {record => ctx.bre_id}, stop_parms) %]" class="tbutton small tadlblue">
+ <span>[% label %]</span>
</a>
</div>
<div class="rdetail_aux_utils">