- Footer lt staayout

This commit is contained in:
Paulo Gustavo Veiga
2012-09-16 02:26:56 -03:00
parent f1c9c95ed5
commit f90dd4f22a
6 changed files with 61 additions and 106 deletions

View File

@@ -5,15 +5,7 @@
@html-background: #dedederepeat-xscroll;
@body-width: 1050px;
@font-family: "Lucida Grande",
"Arial"
,
"Helvetica"
,
"Verdana"
,
"sans-serif"
;
@font-family: "Lucida Grande","Arial","Helvetica","Verdana","sans-serif";
@base-font-size: 11px;
@base-margin: 10px;
@@ -171,11 +163,6 @@ input#selectAll {
white-space: nowrap;
}
#foldersContainer {
padding-top: 60px;
}
span.starredOff {
background: url('../images/star-off.png') no-repeat center left;
padding: 10px;
@@ -199,3 +186,19 @@ span.starredOn:hover {
abbr[title] {
cursor: default;
}
#footerContainer {
padding-top: 10px;
border-top: 1px black solid;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 65px; /* Height of the footer */
background: #ffffff;
}
#foldersContainer {
padding-top: 60px;
}