- Footer lt staayout
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user