From: Dan Scott Date: Thu, 22 Sep 2011 02:36:09 +0000 (-0400) Subject: TPAC: Make "Sort by" select box match style of search bar X-Git-Tag: sprint4-merge-nov22~5069 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=760b324ab8e9db5dcef03d3b8fff819eb17417ae;p=working%2FEvergreen.git 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 --- 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;