mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
slight update
git-svn-id: file:///svn/phpbb/trunk@7217 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user