From: Jeff Godin Date: Tue, 3 Apr 2012 13:29:00 +0000 (-0400) Subject: Change "Place Hold" links to css buttons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3003976ee64b85dcef92e6dc7e59a912284a9a58;p=evergreen%2Ftadl.git Change "Place Hold" links to css buttons Make "Place Hold" more visible by using CSS to turn the link into something that resembles a button. Signed-off-by: Jeff Godin --- diff --git a/Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css b/Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css index b9d8b209d8..065a07b3ac 100644 --- a/Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css +++ b/Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css @@ -21,3 +21,12 @@ a[name="item_title"] { font-size: 1.5em; } /* Make a less colorful front / home page */ #frontsearch_table tbody tr { background-color: white; border: none; } #frontsearch_table tbody tr td { background-color: white; border: none; } + +/* Inspired by GRPL class "hold_button" */ +.css_button { + background-color: lightgray; + border: 2px outset; + height: 15px; + padding: 2px; + text-decoration: none; +} diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/page_rdetail.xml b/Open-ILS/web/opac/skin/tadlv2/xml/page_rdetail.xml index f676a72bec..a986158d81 100644 --- a/Open-ILS/web/opac/skin/tadlv2/xml/page_rdetail.xml +++ b/Open-ILS/web/opac/skin/tadlv2/xml/page_rdetail.xml @@ -54,7 +54,7 @@ &opac.holds.exportRefWorks; - &opac.holds.placeHold; + &opac.holds.placeHold;