mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 21:51:50 +02:00
Fix footer
This commit is contained in:
parent
1467ca63de
commit
b9527b08cd
2 changed files with 18 additions and 8 deletions
|
@ -1,11 +1,21 @@
|
||||||
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wrap {
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main_contain {
|
||||||
|
overflow:auto;
|
||||||
|
padding-bottom:150px;
|
||||||
|
}
|
||||||
.footer {
|
.footer {
|
||||||
|
position: relative;
|
||||||
|
margin-top: -150px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 100%;
|
clear:top;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
#main_contain {
|
|
||||||
display: table;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
|
@ -27,11 +27,11 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div id="wrap">
|
||||||
<div class="container" style="margin-top: 80px;" id="main_contain">
|
<div class="container" style="margin-top: 80px;" id="main_contain">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Loading…
Add table
Reference in a new issue