? fix_head.patch ? shortcut_garland_fix.patch ? sites/default/files ? sites/default/private ? sites/default/settings.php Index: themes/garland/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/style.css,v retrieving revision 1.72 diff -u -p -r1.72 style.css --- themes/garland/style.css 2 Dec 2009 07:28:22 -0000 1.72 +++ themes/garland/style.css 10 Jan 2010 10:38:30 -0000 @@ -1189,3 +1189,17 @@ table.system-status-report tr.ok, table. background-color: #dfd; border-color: #beb; } + +/** + * Shortcut styles + */ +div.add-or-remove-shortcuts { + position: absolute; + top: 20px; + z-index: 9001; +} + +div.add-or-remove-shortcuts a span.icon { + margin-left: 0; +} +