admin_menu.css line 9:
body .block-admin_menu { width: 100% !important; border: 0; margin: 0; padding: 0; }
the width should be set to 99% to avoid horizontal scrollbar on safari.
admin_menu.css line 9:
body .block-admin_menu { width: 100% !important; border: 0; margin: 0; padding: 0; }
the width should be set to 99% to avoid horizontal scrollbar on safari.
Comments
Comment #1
sunDid you double-check that this is not caused by a particular style in the theme?
IIRC, admin menu is not rendered on full width in Firefox and IE if we decrease the width.
Comment #2
3mors commentedI'm using it with default Garland theme.
I've just checked and with Firefox I have no problem with 99%.
On IE 6, it's shorter than the full width, but anyway there's the h scrollbar... (obviously :-| )
Comment #3
Standart commentedI can confirm the problem using Drupal Administration Menu 5.x-1.x-dev (2007-Nov-04) and Garland (Drupal 5.3). The problem does not occur, though, using zen theme (0.6).
Safari 2.0.4
Comment #4
Standart commentedSame with Safari 3.0.4.
Comment #5
Standart commentedLooks like http://drupal.org/node/179648 fixed this issue. I tried it with
* Garland (Drupal 5.3)
* admin_menu 5.x-1.2
* Safari 2.0.4 (Mac OS X 10.4.10), Safari 3.0.4 (Mac OS X 10.4.11)
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.