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:
d778849
)
TPAC: Main content needs a clear:both style
author
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 15:24:39 +0000
(11:24 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 15:24:39 +0000
(11:24 -0400)
On My Account, the content of tabs was riding up against the tabs. Use
clear:both style for #main-content to force the main content to start on
a new line.
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
91b6c4b
..
87741f4
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-567,6
+567,7
@@
div.format_icon {
#main-content {
padding-left: 0px;
margin-left: 1em;
+ clear: both;
}
#main-content-after-bar {