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