From c55b99d1489bd49dd7a20760c2c975c6ed454dc4 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Tue, 3 Apr 2012 19:49:03 -0400 Subject: [PATCH] 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 --- Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.11.0