LP#1084161 KPAC: Added Content Tabs can be too wide
authorMichael Peters <mrpeters@library.in.gov>
Wed, 28 Nov 2012 17:45:02 +0000 (12:45 -0500)
committerBen Shum <bshum@biblio.org>
Tue, 18 Dec 2012 04:03:37 +0000 (23:03 -0500)
In cases where LOTS of added content might be available, the
record summary is not wide enough to fit all of the tabs.

This decreases their padding width to fit them comfortably.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/css/skin/default/kpac/style.css

index f937fa2..9e433e8 100755 (executable)
@@ -623,7 +623,7 @@ input[type=text], input[type=password], textarea {
 .item_detail_extras_tabs a {\r
        display:block;\r
        float:left;\r
-       padding:14px 35px;\r
+       padding:14px 27px;\r
        background:#b53ea6;\r
        color:white;\r
        font-size:14px;\r