mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
slight update
git-svn-id: file:///svn/phpbb/trunk@7217 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3ff475bcbb
commit
ad540a705f
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue