diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-03-22 16:07:15 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-03-22 16:07:15 +0000 |
commit | ad540a705f92c78862007b951f354f612f80b5c1 (patch) | |
tree | b769c4b7dd449fc93100bcc9c0ad4591fd7d3c9b /phpBB/adm/style/overall_header.html | |
parent | 3ff475bcbba49cf55e7f4e803f7d16f7b0c93759 (diff) | |
download | forums-ad540a705f92c78862007b951f354f612f80b5c1.tar forums-ad540a705f92c78862007b951f354f612f80b5c1.tar.gz forums-ad540a705f92c78862007b951f354f612f80b5c1.tar.bz2 forums-ad540a705f92c78862007b951f354f612f80b5c1.tar.xz forums-ad540a705f92c78862007b951f354f612f80b5c1.zip |
slight update
git-svn-id: file:///svn/phpbb/trunk@7217 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 94c5e6f18b..1681a04676 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -131,6 +131,7 @@ function switch_menu() menu_state = 'hidden'; toggle.style.left = '0'; toggle.style.width = '20px'; + handle.style.backgroundImage = 'url(images/toggle_inverse.gif)'; break; //show case 'hidden': @@ -138,7 +139,8 @@ function switch_menu() menu.style.display = 'block'; menu_state = 'shown'; toggle.style.left = '15%'; - toggle.style.width = '5%' + toggle.style.width = '5%'; + handle.style.backgroundImage = 'url(images/toggle.gif)'; break; } } |