Refactor footer

This commit is contained in:
vrde 2015-11-09 17:40:29 +01:00
parent 55b9b09ba7
commit 513bdf96db
3 changed files with 52 additions and 23 deletions

View File

@ -3232,8 +3232,7 @@ footer .bottom-footer .menu li:nth-of-type(2) {
width: 130px;
}
footer .bottom-footer .social {
clear: both;
text-align: center;
float: right;
padding: 10px;
}
footer .bottom-footer .social li {
@ -3253,6 +3252,29 @@ footer .button {
footer .button:hover {
text-decoration: none;
}
@media screen and (max-width: 850px) {
footer .eu-fund {
float: none;
margin: -15px auto 10px auto;
}
footer .copyright {
float: none;
margin-bottom: 10px;
}
footer .menu {
float: none;
margin-bottom: 15px;
text-align: center;
}
footer .menu li:first-of-type {
border-left: 0;
}
footer .social {
margin-bottom: 15px;
float: none;
text-align: center;
}
}
@media screen and (max-width: 570px) {
footer .top-footer ul {
display: none;
@ -3278,14 +3300,6 @@ footer .button:hover {
footer .bottom-footer .social {
float: none;
}
footer .eu-fund {
float: none;
margin: -15px auto 10px auto;
}
footer .copyright {
float: none;
margin-bottom: 10px;
}
}
.page-template-template-tour header .sticky.stuck {
top: 0;

File diff suppressed because one or more lines are too long

View File

@ -1762,13 +1762,10 @@ footer {
}
}
.social {
clear: both;
text-align: center;
float: right;
padding: 10px;
li {
display: inline-block;
}
}
}
@ -1788,6 +1785,32 @@ footer {
}
}
// FIXME
@media screen and (max-width: 850px) {
.eu-fund {
float: none;
margin: -15px auto 10px auto;
}
.copyright {
float: none;
margin-bottom: 10px;
}
.menu {
float: none;
margin-bottom: 15px;
text-align: center;
li:first-of-type {
border-left:0;
}
}
.social {
margin-bottom: 15px;
float: none;
text-align: center;
}
}
@media screen and (max-width: @middleWidth) {
.top-footer {
ul {
@ -1817,14 +1840,6 @@ footer {
float: none;
}
}
.eu-fund {
float: none;
margin: -15px auto 10px auto;
}
.copyright {
float:none;
margin-bottom:10px;
}
}
}