From a79111ea901703318bbc8edaba643bf38859bb74 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 19 Oct 2011 16:53:46 -0400 Subject: [PATCH] TPAC: Restore a width to search bar elements Use em's instead of pixels to better handle relative fonts at some distant point in the future. Signed-off-by: Dan Scott --- Open-ILS/web/css/skin/default/opac/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 14948268ba..68911f414b 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -23,7 +23,7 @@ a { border:1px solid #e9ebf3; margin:0; padding:0; -/* width:168px; */ + width: 12em; } /* -- 2.11.0