From 760b324ab8e9db5dcef03d3b8fff819eb17417ae Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 21 Sep 2011 22:36:09 -0400 Subject: [PATCH] TPAC: Make "Sort by" select box match style of search bar The "Sort by" select box in search results had a native widget style, compared to the search widget styles of the search bar. A simple CSS tweak makes it consistent. 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 9341d376af..80e17664d7 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -24,7 +24,7 @@ a:hover { padding:0; } -#search-wrapper select { +#search-wrapper select, .results_header_lbl select { border:1px solid #e9ebf3; margin:0; padding:0; -- 2.11.0