Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions disconect/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,3 @@ body{
background-color: #efe0cb;
margin-bottom: 15px;
}

.fotter{
bottom: 0;
position: fixed;
width: 100%;
height: 20px;
background-color: black;
}
3 changes: 1 addition & 2 deletions disconect/html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<h3>Details of breakdown of electricity</h3>
<p></p>
</div>
<div class="details col-sm-12" style="overflow-y: scroll; min-height: 484px; max-height: 484px;">
<div class="details col-sm-12" >
<div class="names col-sm-6">
<h3>Details</h3>
<table class="table table-striped">
Expand Down Expand Up @@ -108,7 +108,6 @@ function initMap() {
</div>
</div>
<?php require_once('../../footer.php'); ?>
<p></p>
</div>
</body>
</html>
4 changes: 3 additions & 1 deletion disconect/html/more_details.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ function initMap() {
</div>

</div>

<div>
<?php require_once('../../footer.php'); ?>
</div>
</body>
</html>