Changeset 12958 for trunk/themes


Ignore:
Timestamp:
Jan 26, 2012, 10:15:16 PM (12 years ago)
Author:
rvelices
Message:

feature 2548 multisize - small fixes

Location:
trunk/themes/default/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture_content.tpl

    r12880 r12958  
    1616                theImg.useMap = "#map"+typeMap;
    1717        }
    18         document.cookie = 'picture_deriv=' + typeSave;
     18        document.cookie = 'picture_deriv='+typeSave+';path={/literal}{$COOKIE_PATH}{literal}';
    1919}
    2020
  • trunk/themes/default/template/thumbnails.tpl

    r12954 r12958  
    66.thumbnails .wrap2 A,
    77.thumbnails LABEL{ldelim}
    8         width: {$derivative_params->max_width()}px;
     8        width: {$derivative_params->max_width()+2}px;
    99}
    1010
    1111.thumbnails .wrap2{ldelim}
    12         height: {$derivative_params->max_height()+2}px;
     12        height: {$derivative_params->max_height()+3}px;
    1313}
    1414{if $derivative_params->max_width() > 600}
Note: See TracChangeset for help on using the changeset viewer.