Shows the selected file attachment under the form_notice textarea

This commit is contained in:
Sarven Capadisli
2009-06-25 16:55:19 +00:00
parent 262f864555
commit 1e17f1256a
2 changed files with 12 additions and 2 deletions

View File

@@ -510,10 +510,11 @@ margin-bottom:7px;
margin-left:18px;
float:left;
}
#form_notice .error {
#form_notice .error,
#form_notice .success {
float:left;
clear:both;
width:96.9%;
width:81.5%;
margin-bottom:0;
line-height:1.618;
}