- Footer is more positioned in the bottom

This commit is contained in:
Paulo Gustavo Veiga
2012-09-12 23:29:57 -03:00
parent 022e3d982a
commit 4c988d4ae2
8 changed files with 21 additions and 14 deletions

View File

@@ -43,9 +43,9 @@
#map-table {
width: 100% !important;
display: inline-block;
float: right;
border-top: 1px solid black
border-top: 1px solid black;
overflow-y: auto;
height: 480px;
}
input#selectAll {
@@ -198,4 +198,4 @@ span.starredOn:hover {
abbr[title] {
cursor: default;
}
}

View File

@@ -102,6 +102,11 @@ div#headerButtons activelink a, div#headerButtons activelink a:hover {
#footer {
border-top: 1px black solid;
padding-top: 15px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #ffffff;
}
div#paypal {