From: Mike Rylander Date: Mon, 30 Jul 2012 19:08:47 +0000 (-0400) Subject: Merge branch 'master' of git.evergreen-ils.org:Evergreen X-Git-Tag: sprint4-merge-nov22~3948 X-Git-Url: https://git.evergreen-ils.org/?p=working%2FEvergreen.git;a=commitdiff_plain;h=5b83924a077b6d7306b6c2c1302d4e166206ef73;hp=7513dfff14a1bb2bb10a3e8ff3a0a1d4ff9bb084 Merge branch 'master' of git.evergreen-ils.org:Evergreen Appologies for the merge commit noise... Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 index 7d1ffa1fb2..b5abd34adb 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 @@ -1,7 +1,6 @@
[% l("Expert Search") %]
- [% IF loc %][% END %] @@ -20,11 +19,22 @@ - - + + + + + + diff --git a/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 b/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 index 32bf56eb3c..819fd79721 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 @@ -2,10 +2,9 @@
[% l("Numeric Search") %]
- [% IF loc %][% END %] - + + +
+
+
diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 9aa2ba7552..3f5b33f1fc 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -1203,6 +1203,7 @@ a.dash-link:hover { text-decoration: underline !important; } .rdetail-extras-summary { margin: 10px; } .staff-hold { background-color: #eee; } .expert-search tbody tr th { text-align: right; padding-left: 2em; } +.expert-search-row { padding-top: 10px; } .bookshelf thead tr td { border-bottom: 1px dashed #999; padding-bottom: 1ex;