Removing only notie_data-text label from view

This commit is contained in:
Sarven Capadisli 2009-09-27 12:38:40 +00:00
parent c66a884ff5
commit 8904f0f67d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ RealtimeUpdate = {
'margin':'18px 0 18px 1.795%',
});
$('#form_notice label, h1').css({'display': 'none'});
$('#form_notice label[for=notice_data-text], h1').css({'display': 'none'});
$('.notices li:first-child').css({'border-top':'none'});
}