Accessibility: add off-screen Log Out link in the toolbar, tweak the class names of the accessible links in #adminbar, see #21312

git-svn-id: https://develop.svn.wordpress.org/trunk@21452 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-08-06 00:34:44 +00:00
parent 8250390852
commit d80d9acc28
2 changed files with 7 additions and 3 deletions

View File

@@ -601,7 +601,6 @@
}
/* Skip link */
#wpadminbar #wpadminbar-shortcut,
#wpadminbar .screen-reader-text,
#wpadminbar .screen-reader-text span {
position: absolute;
@@ -612,7 +611,7 @@
overflow: hidden;
}
#wpadminbar #wpadminbar-shortcut:focus {
#wpadminbar .screen-reader-shortcut:focus {
left: 5px;
top: 5px;
height: auto;
@@ -628,6 +627,10 @@
line-height: normal;
}
#wpadminbar a.screen-reader-shortcut {
text-decoration: underline;
}
/**
* IE 6-targeted rules
*/