From: Jeff Godin Date: Tue, 3 Apr 2012 23:49:03 +0000 (-0400) Subject: Adjust styling of css_button class X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fskin_tadlv2;p=evergreen%2Ftadl.git Adjust styling of css_button class Adjust the styling of the css_button class, especially changes in margin and changing of display to inline-block so as not to overlap with other buttons or other display elements. 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 92172553c7..b06bb6f385 100644 --- a/Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css +++ b/Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css @@ -28,6 +28,8 @@ a[name="item_title"] { font-size: 1.5em; } background-color: lightgray; border: 2px outset; height: 15px; - padding: 2px; + padding: 6px 8px 2px; + margin-bottom: 4px; text-decoration: none; + display: inline-block; }