- Footer is more positioned in the bottom
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user