From 1d3452aafabd64bc6d1dac55eb13d7ca1a754926 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 27 Mar 2013 11:48:58 -0400 Subject: [PATCH] Use inline-block for opac-multiline-button style Follow up for LP1102934 which introduced CSS for opac-multiline-button. The button appeared noticeably larger if using the english text for "FAQs" on the login help button. Using inline-block for the style shrinks it to fit more appropriately based on actual amount of text instead of leaving it an unusually large looking button. Signed-off-by: Ben Shum Signed-off-by: Kyle Tomita --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index fb39da263f..e4c2cdd917 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1198,7 +1198,7 @@ div.opac-multiline-button > a, } .opac-multiline-button > a { - display:block; + display: inline-block; } .opac-multiline-button > a, a.opac-button, input.opac-button { -- 2.43.2