PDA

View Full Version : Tiny bug on the accordion extension



magicfrog
30 Jun 2007, 11:43 AM
When the accordion.css file provided with the extension is loaded, the border of the east panels disapear. (only in "quickview" mode, not "expanded" mode)

To solve that, the style .x-layout-panel-east has to be corrected to "border-left: 1px solid #98c0f4;" in accordion.css

jsakalos
25 Jul 2007, 4:06 PM
When the accordion.css file provided with the extension is loaded, the border of the east panels disapear. (only in "quickview" mode, not "expanded" mode)

To solve that, the style .x-layout-panel-east has to be corrected to "border-left: 1px solid #98c0f4;" in accordion.css

Thanks for pointing out and giving the solution.