summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-30 03:52:14 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-30 03:52:14 +0000
commit90b8e8aa095d9a07b8b487bfb6ba59369953c8fd (patch)
tree89e342a2d71c7a4bdd32270a56ea3280f5dd2485 /themes/seven
parent6009496d8e0a56b738200a6c17d3a4fd5bfe41a5 (diff)
downloadbrdo-90b8e8aa095d9a07b8b487bfb6ba59369953c8fd.tar.gz
brdo-90b8e8aa095d9a07b8b487bfb6ba59369953c8fd.tar.bz2
- Patch #639460 by Jeff Burnz, effulgentsia, Jacine, mgifford, james.elliott: evaluate CSS of #skip-link, .element-focusable, and upcoming 'disable overlay' links for their impact on contrib/custom themes.
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/style.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 3bf32e818..e64f8723f 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -158,15 +158,11 @@ pre {
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
- position: absolute;
display: block;
- top: auto;
- left: -10000px;
- width: 1px;
- height: 1px;
background: #444;
color: #fff;
font-size: 0.94em;
+ padding: 1px 10px 2px 10px;
text-decoration: none;
border-radius:0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
@@ -176,13 +172,9 @@ pre {
-webkit-border-bottom-right-radius: 10px;
}
#skip-link a:hover,
-#skip-link a:active,
-#skip-link a:focus {
- position: static;
- width: auto;
- height: auto;
- overflow: visible;
- padding: 1px 10px 2px 10px;
+#skip-link a:focus,
+#skip-link a:active {
+ outline: 0;
}
/**