From 64e26e8c71c4f5d59e421c293f1bd6a17d13e341 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 24 Oct 2013 22:53:57 +0300 Subject: [PATCH] [ticket/11957] Remove menu toggle PHPBB3-11957 --- phpBB/adm/images/toggle.gif | Bin 788 -> 0 bytes phpBB/adm/style/admin.css | 30 --------------- phpBB/adm/style/overall_header.html | 57 ---------------------------- 3 files changed, 87 deletions(-) delete mode 100644 phpBB/adm/images/toggle.gif diff --git a/phpBB/adm/images/toggle.gif b/phpBB/adm/images/toggle.gif deleted file mode 100644 index 8af6861bd1be1351c94da6af1f9c2620d70f0bd7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 788 zcmV+v1MB=pNk%w1VI%+(0OkMy%+J&8?eF{i{QUj>>+J68?C$;j{npvt($(4R@9^;P z^7{Jw^Yr!k`TFkg@$~if_V@Sk^7Qxk`P<##+~4EX*W1(9+QY@lzQM+|xW2Z!z~12F z+}`29!pOY7#JIb`!o*s{?(gy7Fez9@$=Nz+t}OQ+1lRN+u!Bq z>Eh()*xKFN-QVcx>((A3x2-0$%6*xB9VQ z;N#rg;Pv+R(bU+_(bdh*)YH}3)YjU<#LD&c_vq^E>g(;fyu$A9@ZH|w#m39R#mV&a z_UY^G>+SEmzQo|+T@DB;)|iBW-9f*y{!p?yT9`0t5<(3-zeolQklPhB`j81W*mM9QA5iWe*l}E$nqtGhm8kUe3bP)L zV#NX;HeVZKJ_~uGfG8U*P*_GqMu{L3IB-zmV#9_iMeHovv4e - handle.style.backgroundPosition = '0% 50%'; - toggle.style.left = '96%'; - - handle.style.backgroundPosition = '100% 50%'; - toggle.style.left = '0'; - - break; - - // show - case 'hidden': - main.style.width = '76%'; - menu_state = 'shown'; - menu.style.display = 'block'; - toggle.style.width = '5%'; - handle.style.backgroundImage = 'url(images/toggle.gif)'; - handle.style.backgroundRepeat = 'no-repeat'; - - - handle.style.backgroundPosition = '100% 50%'; - toggle.style.left = '75%'; - - handle.style.backgroundPosition = '0% 50%'; - toggle.style.left = '15%'; - - break; - } -} - // ]]> @@ -179,10 +126,6 @@ function switch_menu()
- -
-
-