Adjust styling of css_button class skin_tadlv2
authorJeff Godin <jgodin@tadl.org>
Tue, 3 Apr 2012 23:49:03 +0000 (19:49 -0400)
committerJeff Godin <jgodin@tadl.org>
Tue, 3 Apr 2012 23:49:03 +0000 (19:49 -0400)
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 <jgodin@tadl.org>
Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css

index 9217255..b06bb6f 100644 (file)
@@ -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;
 }