Skip to content

Commit

Permalink
Merge pull request #86 from jfw20/master
Browse files Browse the repository at this point in the history
Moved footer to sidebar. Closes #51 and #76. Thanks, @jfw20 !
  • Loading branch information
vonbearshark authored Jan 28, 2017
2 parents 2ee61e6 + d25321b commit f4147c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ <h3>Date Range</h3>
</div>
</form>
</div>
<footer>
&copy; 2017 University of Pittsburgh Computer Science Club
</footer>
</div>
</div>
<div id="mapid"></div>
<footer>
&copy; 2017 University of Pittsburgh Computer Science Club
</footer>
<script src="https://unpkg.com/[email protected]/promise.min.js"></script>
<script src="https://unpkg.com/[email protected]/fetch.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="./main.js"></script>
</body>

</html>
</html>
23 changes: 12 additions & 11 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ html, body
flex-direction: column;
}

footer
{
position: fixed;
bottom: 0;
right: 0;
width: 100%;
height: 20px;
z-index: 9999;
background-color: transparent;
}

#mapid
{
height: 100%;
Expand Down Expand Up @@ -122,6 +111,18 @@ footer
color: #0D2A52
}

#sidebar footer
{
position: fixed;
bottom: 0;
right: 1;
width: 255px;
height: 20px;
font-size: 10px;
z-index: 9999;
background-color: transparent;
}

#sidebar
{
position: fixed;
Expand Down

0 comments on commit f4147c8

Please sign in to comment.