From ed3263e12912074368833d422597bb307a81a937 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 21 Jun 2011 23:28:44 -0700 Subject: [PATCH] Issue #961584 by james.elliott, mgifford, ximo: Fixed 'Skip to main content' link doesn't work in Overlay for Bartik or Stark. --- modules/overlay/overlay-child.css | 7 +++++++ themes/bartik/css/style.css | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/overlay/overlay-child.css b/modules/overlay/overlay-child.css index 5a297cb4d0bd..a832fc8c2a31 100644 --- a/modules/overlay/overlay-child.css +++ b/modules/overlay/overlay-child.css @@ -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; diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 7c14277840be..39e78051a1af 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -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,