Skip to content

Commit

Permalink
only hide footer when map is in fullscreen mode (KGO-768)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonya authored and akinspe committed Apr 25, 2012
1 parent 7715e4f commit a132bcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/modules/map/css/compliant.css
Expand Up @@ -6,8 +6,6 @@ body.fullscreen #navbar {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.1)));
}

#footerlinks, #footer {display: none;}

#bookmarkContainer {
margin-top: -2px;
margin-right: -6px;
Expand Down
2 changes: 1 addition & 1 deletion app/modules/map/templates/fullscreen.tpl
Expand Up @@ -6,4 +6,4 @@
<div id="mapimage"></div>


{include file="findInclude:common/templates/footer.tpl"}
{include file="findInclude:modules/map/templates/fullscreenfooter.tpl" hideFooterLinks=true}
3 changes: 3 additions & 0 deletions app/modules/map/templates/fullscreenfooter.tpl
@@ -0,0 +1,3 @@
{extends file="findExtends:common/templates/footer.tpl"}

{block name="footer"}{/block}

0 comments on commit a132bcb

Please sign in to comment.