Index: modules/toolbar/toolbar.css =================================================================== RCS file: /cvs/drupal/drupal/modules/toolbar/toolbar.css,v retrieving revision 1.16 diff -u -p -r1.16 toolbar.css --- modules/toolbar/toolbar.css 7 Jan 2010 20:29:33 -0000 1.16 +++ modules/toolbar/toolbar.css 27 Jan 2010 18:45:15 -0000 @@ -33,10 +33,16 @@ body.toolbar-drawer { background: #666; color: #ccc; position: fixed; - left: 0; - right: 0; + left: -10px; + right: -10px; + padding-left: 10px; + padding-right: 10px; top: 0; z-index: 600; + box-shadow: 0 3px 20px #000; + -moz-box-shadow: 0 3px 20px #000; + -webkit-box-shadow: 0 3px 20px #000; + -khtml-box-shadow: 0 3px 20px #000; } #toolbar div.collapsed { @@ -44,13 +50,15 @@ body.toolbar-drawer { visibility: hidden; } -#toolbar div.shadow { +#toolbar div.ie-shadow { position: absolute; left: 0; right: 0; - bottom: -15px; - height: 15px; - background: url(toolbar.png) 0 -45px repeat-x; + bottom: -10px; + height: 1px; + background: #666; + filter: progid:DXImageTransform.Microsoft.Shadow(color=#606060, direction='180', strength='10'); + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#606060, direction='180', strength='10')"; } #toolbar a { @@ -78,7 +86,7 @@ body.toolbar-drawer { width: 11px; height: 14px; display: block; - background: url(toolbar.png) no-repeat -6px -63px; + background: url(toolbar.png) no-repeat 0 -45px; text-indent: -9999px; margin: 3px 0px; } Index: modules/toolbar/toolbar.png =================================================================== RCS file: /cvs/drupal/drupal/modules/toolbar/toolbar.png,v retrieving revision 1.8 diff -u -p -r1.8 toolbar.png Binary files /tmp/cvsR1YdIh and toolbar.png differ Index: modules/toolbar/toolbar.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/modules/toolbar/toolbar.tpl.php,v retrieving revision 1.8 diff -u -p -r1.8 toolbar.tpl.php --- modules/toolbar/toolbar.tpl.php 16 Dec 2009 19:41:22 -0000 1.8 +++ modules/toolbar/toolbar.tpl.php 27 Jan 2010 18:45:15 -0000 @@ -23,6 +23,8 @@ */ ?>
+ +
@@ -35,6 +37,4 @@
- -