Ignore:
Timestamp:
Dec 23, 2013, 12:18:58 PM (10 years ago)
Author:
mistic100
Message:

[elegant] changing configuration while the menu is hidden generates content overlap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/elegant/scripts.js

    r26087 r26114  
    66      content=jQuery("#the_page > .content"),
    77      pcontent=jQuery("#content");
    8 
    9   if (session_storage['page-menu'] == 'hidden') {
    10     jQuery("head").append('<style>#the_page #menubar {display:none;} #content.contentWithMenu, #the_page > .content {margin-left:35px;}</style>');
    11   }
    12   else {
    13     jQuery("head").append('<style>#content.contentWithMenu, #the_page > .content {margin-left:240px;}</style>');
    14   }
    158
    169  function hideMenu(delay) {
Note: See TracChangeset for help on using the changeset viewer.