Ignore:
Timestamp:
Sep 11, 2012, 5:07:51 PM (12 years ago)
Author:
flop25
Message:

small fix for album : if "no big thumbnails" is selected, generate big thumbnails only for panoramas
less margin for the menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/local_head.tpl

    r17843 r17863  
    9595        {/literal} {if $stripped.hideMenu} {literal}
    9696        if (sidemenu == 'showing') {
    97                 jQuery("#content_cell").css({'margin-left' : '20em'});
     97                jQuery("#content_cell").css({'margin-left' : '18em'});
    9898                isdisplayed=true;
    9999        }
     
    108108        }
    109109        else {
    110                 jQuery("#content_cell").css({'margin-left' : '20em'});
     110                jQuery("#content_cell").css({'margin-left' : '18em'});
    111111                isdisplayed=true;
    112112        }
     
    115115        jQuery("#menuswitcher").click(function(){
    116116                if (jQuery("#menubar").is(":hidden") || isdisplayed==false ) {
    117                         jQuery("#content_cell").css({'margin-left' : '20em'});
     117                        jQuery("#content_cell").css({'margin-left' : '18em'});
    118118                        isdisplayed=true;
    119119                } else {
Note: See TracChangeset for help on using the changeset viewer.