projects
/
evergreen
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b011b7b
)
TPAC: Make "Sort by" select box match style of search bar
author
Dan Scott
<dscott@laurentian.ca>
Thu, 22 Sep 2011 02:36:09 +0000
(22:36 -0400)
committer
Dan 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
patch
|
blob
|
history
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
(file)
--- 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;