projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e34bd5
)
MOPAC: Remove fixed height from fines tabs
author
Dan Wells
<dbw2@calvin.edu>
Wed, 25 Sep 2013 16:27:40 +0000
(12:27 -0400)
committer
Dan Wells
<dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:27 +0000
(18:45 -0400)
With 'overflow:auto' applied, a fixed height isn't needed, and
actually causes minor issues.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
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
ac5482c
..
6abaec8
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-1757,9
+1757,6
@@
a.preflib_change {
font-size: [% css_fonts.size_base %];
margin: 0px 5px 0px 0px;
}
- #acct_fines_tabs {
- height: 15px;
- }
#dash_wrapper div {
background: transparent;