TPAC: Make "Sort by" select box match style of search bar
authorDan Scott <dscott@laurentian.ca>
Thu, 22 Sep 2011 02:36:09 +0000 (22:36 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 22 Sep 2011 02:36:09 +0000 (22:36 -0400)
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@laurentian.ca>
Open-ILS/web/css/skin/default/opac/style.css

index 9341d37..80e1766 100644 (file)
@@ -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;