LP#1084161 KPAC: Added Content Tabs can be too wide user/mrpeters-isl/kpac_item_detail_tab_size
authorMichael Peters <mrpeters@library.in.gov>
Wed, 28 Nov 2012 17:45:02 +0000 (12:45 -0500)
committerMichael Peters <mrpeters@library.in.gov>
Wed, 28 Nov 2012 17:45:02 +0000 (12:45 -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>
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