Aligned notice_data-attach input

This commit is contained in:
Sarven Capadisli 2009-09-27 12:59:01 +00:00
parent 7466887a2f
commit 22332555cf
1 changed files with 5 additions and 0 deletions

View File

@ -154,6 +154,11 @@ RealtimeUpdate = {
$('.notices li:first-child').css({'border-top':'none'});
$('#form_notice label[for="notice_data-attach"], #form_notice #notice_data-attach').css({'top':'0'});
$('#form_notice #notice_data-attach').css({
'left':'auto',
'right':'0'
});
}
}