Merge pull request #445 from tiwariav/bugfix/3683/hosting_footer

bugfix/3683 footer fix on hosting
This commit is contained in:
Arvind Tiwari 2017-08-12 01:28:31 +05:30 committed by GitHub
commit 7825114f5e
3 changed files with 22 additions and 22 deletions

View file

@ -7,7 +7,7 @@
} }
.content-dashboard{ .content-dashboard{
min-height: calc(100vh - 120px); min-height: calc(100vh - 70px);
width: 80%; width: 80%;
margin: 0 auto; margin: 0 auto;
max-width: 1120px; max-width: 1120px;

View file

@ -457,16 +457,16 @@ h6 {
} }
footer { footer {
padding: 2%; padding: 20px;
background-color: #f8f8f8; background-color: #f8f8f8;
#position: absolute; /* position: absolute */
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
} }
p.copyright { p.copyright {
margin: 15px 0 0; margin: 14px 0 0;
} }
a#forgotpassword { a#forgotpassword {

View file

@ -60,8 +60,8 @@
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
</table>
{% endif %} {% endif %}
</table>
{% if is_paginated %} {% if is_paginated %}
<div class="pagination"> <div class="pagination">