(12 intermediate revisions by 2 users not shown) | |||
Line 934: | Line 934: | ||
display: flex; | display: flex; | ||
padding: 0 5%; | padding: 0 5%; | ||
− | overflow-x: auto; | + | /*overflow-x: auto; |
− | overflow-y: hidden; | + | overflow-y: hidden;*/ |
-webkit-overflow-scrolling: touch; | -webkit-overflow-scrolling: touch; | ||
} | } | ||
Line 966: | Line 966: | ||
@media only screen and (min-width: 1024px) { | @media only screen and (min-width: 1024px) { | ||
.cd-secondary-nav { | .cd-secondary-nav { | ||
− | height: | + | height: auto; |
overflow: visible; | overflow: visible; | ||
} | } | ||
Line 1,389: | Line 1,389: | ||
margin-left: 15px; | margin-left: 15px; | ||
background-color: #cccccc; | background-color: #cccccc; | ||
− | |||
− | |||
width: 60%; | width: 60%; | ||
− | height: | + | max-width: 200px; |
+ | height: 0px; | ||
+ | max-height: 200px; | ||
border-radius:50%; | border-radius:50%; | ||
} | } | ||
Line 1,669: | Line 1,669: | ||
} | } | ||
.clickmepls{ | .clickmepls{ | ||
+ | position:relative; | ||
+ | top:5vh; | ||
+ | background-color: #404855; | ||
display: flex; | display: flex; | ||
flex-flow: row; | flex-flow: row; | ||
Line 1,679: | Line 1,682: | ||
background-color: #404855; | background-color: #404855; | ||
margin: 5vh; | margin: 5vh; | ||
− | |||
position:relative; | position:relative; | ||
height: auto; | height: auto; | ||
Line 1,778: | Line 1,780: | ||
.labsticker{ | .labsticker{ | ||
position: fixed; | position: fixed; | ||
− | top: | + | top: 42vw; |
left: 2vw; | left: 2vw; | ||
background-color: #2590FF; | background-color: #2590FF; | ||
Line 1,798: | Line 1,800: | ||
border-radius: 50%; | border-radius: 50%; | ||
color: black; | color: black; | ||
− | top: | + | top: 36vw; |
left: 2vw; | left: 2vw; | ||
height: 5vw; | height: 5vw; |
Latest revision as of 04:59, 6 November 2016