mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
better layout of footer, especially of disclaimer is turned off
This commit is contained in:
parent
9eae4c4863
commit
573fe293ac
|
@ -25,9 +25,6 @@ body {
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 68px;
|
||||
_line-height: 17px; /* Vertically center the text there */
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
|
@ -45,9 +42,9 @@ body {
|
|||
}
|
||||
.footer .disclaimer {
|
||||
display: inline-block;
|
||||
padding: 15px 0px 0px 0px;
|
||||
padding: 7px 0px 7px 0px;
|
||||
}
|
||||
.footer .footNote {
|
||||
display: inline-block;
|
||||
padding: 0px 0px 15px 0px;
|
||||
padding: 7px 0px 7px 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user