Styles fine tuning and nicer display of the main menu (no more animation on initial load).

SVN:trunk[4062]
This commit is contained in:
Denis Flaven
2016-05-11 14:20:02 +00:00
parent e00667c2e4
commit cc0019c090
5 changed files with 39 additions and 8 deletions

View File

@@ -235,10 +235,7 @@ EOF;
$sConfigureWestPane
$('#left-pane').layout({ resizable: false, spacing_open: 0, south: { size: 94 }, enableCursorHotkey: false });
// Accordion Menu
$("#accordion").accordion({ header: "h3", navigation: true, heightStyle: "content", collapsible: false, icons: false }); // collapsible will be enabled once the item will be selected
// Tabs, using JQuery BBQ to store the history
// The "tab widgets" to handle.
var tabs = $('div[id^=tabbedContent]');