Changeset 3518:6a6e5f277593 for admin/js/common.js
- Timestamp:
- 01/14/17 15:49:29 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r3484 r3518 356 356 imgE.src = 'images/locker.png'; 357 357 imgE.style.position = 'absolute'; 358 imgE.style.top = '1. 7em';359 imgE.style.left = ($(this).width()+1 2)+'px';358 imgE.style.top = '1.8em'; 359 imgE.style.left = ($(this).width()+14)+'px'; 360 360 imgE.alt=dotclear.msg.click_to_unlock; 361 361 $(imgE).css('cursor','pointer');
Note: See TracChangeset
for help on using the changeset viewer.