Issue #961584 by james.elliott, mgifford, ximo: Fixed 'Skip to main content' link doesn't work in Overlay for Bartik or Stark.

8.0.x
webchick 2011-06-21 23:28:44 -07:00
parent 4158be700a
commit ed3263e129
2 changed files with 7 additions and 1 deletions

View File

@ -49,6 +49,13 @@ html.js body {
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 {
position: absolute;
right: 0;

View File

@ -1588,7 +1588,6 @@ div.admin-panel .description {
.overlay #page {
padding: 0 2em;
}
.overlay #skip-link,
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,