Changeset 10013 for branches/2.2
- Timestamp:
- 04/03/11 12:08:15 (2 years ago)
- Location:
- branches/2.2
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
admin/themes/default/template/batch_manager_global.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2
-
branches/2.2/admin/themes/default/template/batch_manager_global.tpl
r9936 r10013 301 301 }); 302 302 303 var max_dim = 20; 304 $(".thumbnails img").each(function () { 305 if ($(this).height() > (max_dim-20)) 306 max_dim = $(this).height() + 20; 307 if ($(this).width() > (max_dim-20)) 308 max_dim = $(this).width() + 20; 309 $("ul.thumbnails span, ul.thumbnails label").css('width', max_dim+'px').css('height', max_dim+'px'); 310 }); 311 303 312 checkPermitAction() 304 313 });
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)