fixed niouseletter on mobile
This commit is contained in:
@@ -223,7 +223,8 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
margin-left:-0.5em;
|
||||
@include fs900;
|
||||
@media #{$small-only} {display:none;}
|
||||
@media #{$medium-only} {display:none;}
|
||||
@media #{$medium-only} { display:block; margin-left:0.1em; }
|
||||
@media #{$large-only} { display:block; margin-left:0.1em; }
|
||||
.ie8 &{position: absolute; margin-top:22px;}
|
||||
}
|
||||
}
|
||||
@@ -410,6 +411,11 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
}
|
||||
}
|
||||
|
||||
#headerblock-left{
|
||||
@media #{$small-only}{display:none;}
|
||||
@media #{$medium-only}{display:none;}
|
||||
}
|
||||
|
||||
#block-locale-language{
|
||||
// margin-left:1em;
|
||||
// border-left: 1px solid #707070;
|
||||
@@ -886,7 +892,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
.ie8 &{margin-top:40px;}
|
||||
|
||||
h2{
|
||||
@include fs12; @include fs700; margin: 0 0 0.5em 0; line-height:1.2; color:#000;
|
||||
@include fs12; @include fs700; line-height:1.2; margin:0; color:#000;
|
||||
a.open-list, i.fi-x{
|
||||
@include inlineblock(); cursor:pointer; color:#000; margin-left:0.5em;
|
||||
opacity:0; @include transition-simply-prefix(opacity 0.1s ease-out);
|
||||
@@ -947,7 +953,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
// margin: 5px;
|
||||
}
|
||||
@media #{$small-only}{
|
||||
padding:0;
|
||||
// padding:0;
|
||||
// h1{line-height:0.5;}
|
||||
}
|
||||
}
|
||||
@@ -983,7 +989,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
a.edit-list{ @include op-visible; }
|
||||
}
|
||||
|
||||
@media #{$medium-only}{ display:block;}
|
||||
@media #{$small-only}{ display:block;}
|
||||
}
|
||||
|
||||
#block-materio-search-api-materio-search-api-viewmode{
|
||||
@@ -2212,13 +2218,19 @@ body.node-type-simplenews{
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
// .field-name-body{position: relative;}
|
||||
table, tbody, tr,td{
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
// table, tbody, tr,td{
|
||||
// display: block;
|
||||
// max-width: 100%;
|
||||
// }
|
||||
table{
|
||||
width:100%!important;
|
||||
}
|
||||
td{
|
||||
vertical-align: top
|
||||
}
|
||||
img{max-width: 100%;}
|
||||
p{
|
||||
padding-right: 1em;
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user