Index: modules/contextual/contextual.css =================================================================== RCS file: /cvs/drupal/drupal/modules/contextual/contextual.css,v retrieving revision 1.1 diff -u -p -r1.1 contextual.css --- modules/contextual/contextual.css 6 Dec 2009 01:00:27 -0000 1.1 +++ modules/contextual/contextual.css 6 Dec 2009 14:38:07 -0000 @@ -26,26 +26,26 @@ html.js div.contextual-links-wrapper { display: block; } a.contextual-links-trigger { - background: transparent url(images/cog-select.png) no-repeat center center; + background: transparent url(images/cog-select.png) no-repeat 1px 1px; display: none; - height: 20px; - margin-top: 2px; + height: 14px; + margin-top: 1px; outline: none; - text-indent: 34px; - width: 30px; + text-indent: 21px; + width: 21px; overflow: hidden; } a.contextual-links-trigger:hover, div.contextual-links-active a.contextual-links-trigger { - background-color: #fff; + background-color: 1px -13px; } div.contextual-links-wrapper ul.contextual-links { display: none; margin: 0; - padding: 5px 10px; + padding: 5px 0; position: absolute; right: 0; - top: 20px; + top: 21px; white-space: nowrap; } .contextual-links-region:hover a.contextual-links-trigger, @@ -58,7 +58,7 @@ ul.contextual-links li { list-style: none; list-style-image: none; margin: 0; - padding: 0; + padding: 0.125em; } div.contextual-links-wrapper a { text-decoration: none; @@ -67,9 +67,10 @@ ul.contextual-links li a { background: #fff; color: #666; display: block; - margin: 0.5em 0; - padding: 0.3em; + margin: 0; + padding: 0.25em; } ul.contextual-links li a:hover { + color: #0062A0; text-decoration: underline; }