[open-ils-commits] [GIT] Evergreen ILS branch master updated. 760b324ab8e9db5dcef03d3b8fff819eb17417ae

Evergreen Git git at git.evergreen-ils.org
Wed Sep 21 22:37:48 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  760b324ab8e9db5dcef03d3b8fff819eb17417ae (commit)
      from  b011b7b4b075075010708d56f18834445576fbbb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 760b324ab8e9db5dcef03d3b8fff819eb17417ae
Author: Dan Scott <dscott at laurentian.ca>
Date:   Wed Sep 21 22:36:09 2011 -0400

    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 <dscott at laurentian.ca>

diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css
index 9341d37..80e1766 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;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/css/skin/default/opac/style.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list