From: Rick Scott Date: Wed, 6 Feb 2013 19:20:42 +0000 (-0500) Subject: Correct styling of input.opac-button. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=75add0ed1494fa6b2a6b6e3d39b7d5c61fe684f0;p=contrib%2FConifer.git Correct styling of input.opac-button. Omitting input.opac-button here was causing the 'search' and 'clear form' "buttons" to be of very different sizes. Signed-off-by: Rick Scott --- diff --git a/Open-ILS/src/templates_algoma/opac/css/style.css.tt2 b/Open-ILS/src/templates_algoma/opac/css/style.css.tt2 index 6a6e1fd35e..50a10316c7 100644 --- a/Open-ILS/src/templates_algoma/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates_algoma/opac/css/style.css.tt2 @@ -1255,7 +1255,7 @@ a.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:h text-decoration: none; } -a.opac-button { +a.opac-button, input.opac-button { margin: 10px; padding: 5px 10px 5px 10px; }