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:
801b644
)
Fix margins in advanced search tabs for mobile view too
author
Ben Shum
<bshum@biblio.org>
Tue, 24 Sep 2013 18:57:16 +0000
(14:57 -0400)
committer
Ben Shum
<bshum@biblio.org>
Tue, 24 Sep 2013 19:06:58 +0000
(15:06 -0400)
Similarly, in the mobile view, do not have a bottom margin separating the tab
from the content below. Clean up margin code while we're at it.
Signed-off-by: Ben Shum <bshum@biblio.org>
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
641dfdd
..
bc76713
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-1930,9
+1930,7
@@
a.preflib_change {
}
#adv_search_tabs a{
font-size: [% css_fonts.size_small %];
- margin: 2px;
- margin-right: 2px;
- margin-bottom: 2px;
+ margin: 2px 2px 0px 2px;
padding: 2px 2px 5px 2px;
-moz-border-radius: 10px 0px 0px 0px;
border-radius: 7px 7px 0px 0px;