Changeset 1761:83036a7c060c
- Timestamp:
- 09/08/13 18:31:25 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r1760 r1761 244 244 imgE.style.position = 'absolute'; 245 245 imgE.style.top = '1.7em'; 246 imgE.style.left = ($(this).width()+ 4)+'px';246 imgE.style.left = ($(this).width()+12)+'px'; 247 247 imgE.alt=dotclear.msg.click_to_unlock; 248 248 $(imgE).css('cursor','pointer');
Note: See TracChangeset
for help on using the changeset viewer.