Issue #961584 by james.elliott, mgifford, ximo: Fixed 'Skip to main content' link doesn't work in Overlay for Bartik or Stark.
parent
4158be700a
commit
ed3263e129
|
@ -49,6 +49,13 @@ html.js body {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overlay #skip-link {
|
||||||
|
margin-top: -20px;
|
||||||
|
}
|
||||||
|
.overlay #skip-link a {
|
||||||
|
color: #fff; /* This is white to contrast with the dark background behind it. */
|
||||||
|
}
|
||||||
|
|
||||||
#overlay-close-wrapper {
|
#overlay-close-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
|
@ -1588,7 +1588,6 @@ div.admin-panel .description {
|
||||||
.overlay #page {
|
.overlay #page {
|
||||||
padding: 0 2em;
|
padding: 0 2em;
|
||||||
}
|
}
|
||||||
.overlay #skip-link,
|
|
||||||
.overlay .region-page-top,
|
.overlay .region-page-top,
|
||||||
.overlay #header,
|
.overlay #header,
|
||||||
.overlay #page-title,
|
.overlay #page-title,
|
||||||
|
|
Loading…
Reference in New Issue