improved entrees footer menu
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1623,15 +1623,19 @@ footer{
|
||||
}
|
||||
.region-footer-center{
|
||||
// float: none;
|
||||
width: 72%;
|
||||
width: 73%;
|
||||
overflow:hidden;
|
||||
text-align: center;
|
||||
// z-index: 2;
|
||||
}
|
||||
.region-footer-right{
|
||||
// float:right;
|
||||
min-width:12%;
|
||||
// min-width: 50px;
|
||||
text-align: right;
|
||||
// position: absolute;
|
||||
// bottom:0; right:0;
|
||||
// z-index: 1;
|
||||
}
|
||||
@media only screen and (max-width: 1270px) {
|
||||
.region-footer-left{
|
||||
@@ -1640,7 +1644,7 @@ footer{
|
||||
.region-footer-center{
|
||||
width: 80%;
|
||||
overflow:hidden;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
}
|
||||
.region-footer-right{
|
||||
box-sizing: content-box;
|
||||
@@ -1656,14 +1660,16 @@ footer{
|
||||
ul{
|
||||
margin:0;
|
||||
padding:0;
|
||||
white-space: nowrap;
|
||||
// white-space: nowrap;
|
||||
li{
|
||||
pointer-events: all;
|
||||
// @include oblique-list;
|
||||
display: inline-block;
|
||||
&:first-of-type{
|
||||
margin-left: 1em;
|
||||
}
|
||||
padding:0;
|
||||
// &:first-of-type{
|
||||
// margin-left: 1em;
|
||||
// }
|
||||
white-space:nowrap;
|
||||
a{
|
||||
font-size: 0.756em;
|
||||
@include btn;
|
||||
@@ -1794,6 +1800,11 @@ footer{
|
||||
margin:0;
|
||||
white-space: nowrap;
|
||||
pointer-events: none;
|
||||
|
||||
&:last-of-type:not(.entree){
|
||||
margin-right: 5em;
|
||||
}
|
||||
|
||||
span.oblique-wrapper{
|
||||
height:120px; // this is needed to respect the height of oblique links :(
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user