TPAC: Use padding instead of explicit width for tabs
authorDan Scott <dscott@laurentian.ca>
Fri, 9 Dec 2011 16:09:24 +0000 (11:09 -0500)
committerDan Scott <dscott@laurentian.ca>
Fri, 9 Dec 2011 16:09:24 +0000 (11:09 -0500)
Explicit widths work well for a combination of a specific font sizes and
a known string; however, in the context of translation, strings may get
longer than the explicit width allows. Using padding gives us more
flexibility to accommodate different font sizes and variable length
strings; the uniformity of the tab size will be sacrificed but perhaps
that is not such a bad thing.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/css/skin/default/opac/style.css

index eda8777..a52fe3d 100644 (file)
@@ -283,7 +283,7 @@ span.dash_divider {
 }
 
 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a {
-    width:156px;
+    padding: 1em 1em 0.5em;
 }
 
 #adv_search.on, #num_search.on, #expert_search.on {