### Eclipse Workspace Patch 1.0
#P drupal 7
Index: modules/shortcut/shortcut.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/shortcut/shortcut.css,v
retrieving revision 1.7
diff -u -r1.7 shortcut.css
--- modules/shortcut/shortcut.css	20 Mar 2010 14:45:05 -0000	1.7
+++ modules/shortcut/shortcut.css	2 May 2010 23:08:19 -0000
@@ -51,6 +51,15 @@
 
 div.add-or-remove-shortcuts {
   padding-top: 5px;
+  text-align: left;
+}
+div.add-or-remove-shortcuts a,
+div.add-or-remove-shortcuts a:hover {
+  display: inline-block;
+  overflow: hidden;
+  text-decoration: none;
+  outline: 0;
+  border: 0;
 }
 
 div.add-or-remove-shortcuts a span.icon {
@@ -58,33 +67,36 @@
   width: 12px;
   background: transparent url(shortcut.png) no-repeat scroll 0 0;
   height: 12px;
+  overflow: hidden;
   float: left;
   margin-left:8px;
 }
 
-div.add-shortcut a:hover span.icon {
+div.add-shortcut a:hover span.icon,
+div.add-shortcut a:focus span.icon {
   background-position: 0 -12px;
 }
 div.remove-shortcut a span.icon {
   background-position: -12px 0;
 }
-div.remove-shortcut a:hover span.icon {
+div.remove-shortcut a:hover span.icon,
+div.remove-shortcut a:focus span.icon {
   background-position: -12px -12px;
 }
 
 div.add-or-remove-shortcuts a span.text {
+  display: none;
   float: left;
   padding-left:10px;
   display: none;
 }
 
 div.add-or-remove-shortcuts a:hover span.text {
+  padding-right: 6px;
   font-size: 10px;
   line-height: 12px;
   color: #fff;
   background-color: #5f605b;
-  display: block;
-  padding-right: 6px;
   cursor: pointer;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
@@ -93,6 +105,15 @@
   -webkit-border-top-right-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
 }
+/* IE6 needs this ruleset on this position. */
+div.add-or-remove-shortcuts a:hover {
+  width: auto;
+}
+div.add-or-remove-shortcuts a:hover span.text,
+div.add-or-remove-shortcuts a:focus span.text {
+  display: block;
+}
+
 
 #shortcut-set-switch .form-type-radios {
   padding-bottom: 0;
