Header: Scrolling Position fix for skiplinks

refs #7976
This commit is contained in:
Marius Hein 2015-02-18 10:56:21 +01:00
parent fe0bcdbbaf
commit a61e309402
1 changed files with 2 additions and 3 deletions

View File

@ -270,7 +270,7 @@ a:focus {
/* Accessibility Skip Links */
.skip-links {
position: absolute;
position: relative;
opacity: 1;
ul {
list-style-type: none;
@ -286,7 +286,6 @@ a:focus {
left: -999em;
box-sizing: content-box;
width: 10.4em !important;
top: 0em;
text-align: left !important;
padding: 0.8em;
background-color: white;
@ -301,8 +300,8 @@ a:focus {
}
}
.skip-links-inline {
margin-top: -2em;
ul > li > a {
width: 14em !important;
top: -3em;
}
}