From: Terran McCanna Date: Thu, 22 Jan 2015 17:29:09 +0000 (-0500) Subject: Header and Footer display changes to improve the way they display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6f6b8f7f2caa70270a2ad6349942816ca191a396;p=evergreen%2Fpines.git Header and Footer display changes to improve the way they display on mobile devices and smaller-width windows. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index e03086cc9c..fbeb9b9976 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -196,15 +196,14 @@ for now until a better color is picked - if needed. font-size: [% css_fonts.size_base %]; font-weight: bold; position: relative; - top:4px; - + top:4px; } #header-links a { color: [% css_colors.text_invert %]; display: block; float:left; - margin-right:22px; + padding-right:3em; text-decoration: none; } @@ -234,8 +233,6 @@ for now until a better color is picked - if needed. } #gold-links { - margin-left: 1em; - padding-left:0px; } #gold-links-home { @@ -244,7 +241,11 @@ for now until a better color is picked - if needed. } #gold-links-holder { - height: 42px; + background: [% css_colors.background_invert %]; + height: 45px; +} + +#gold-links-holder a { background: [% css_colors.background_invert %]; } @@ -1169,6 +1170,10 @@ div#facet_sidebar { text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %]; } +#footer-menu-slim { + display:none; +} + #copyright_text, #footer_logo { color: [% css_colors.text_invert %]; } @@ -1867,6 +1872,12 @@ a.preflib_change { #gold-links-holder { display: none; } + #footer-menu-wrapper { + display: none; + } + #footer-menu-slim { + display: block; + } #simple-detail-view-links { display: none; } diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2 index 49d19a86d8..5598f35e88 100644 --- a/Open-ILS/src/templates/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/opac/parts/footer.tt2 @@ -1,5 +1,6 @@ + +
\ No newline at end of file