projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee4850f
)
TPAC: Clear line for initial advanced search tab
author
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 13:53:34 +0000
(09:53 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 13:53:34 +0000
(09:53 -0400)
The initial advanced search tab was being rendered right beside the tabs
instead of underneath them; fix in the same way we fixed the numeric and
expert tabs previously.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
722f336
..
bd36d35
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-1376,7
+1376,10
@@
table.bookbag-specific {
.save-notes { padding-bottom: 1.5ex; }
/* Moved from semiauto.css */
-.adv_global_input_container { border-bottom: none; }
+.adv_global_input_container {
+ border-bottom: none;
+ clear: both;
+}
.opac-auto-013 {
border-bottom: none;
*height: 0px;