Using bottom instead of top for form_note

This commit is contained in:
Sarven Capadisli 2009-07-16 19:58:24 +00:00
parent b11cefdd00
commit 350a342509
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ height:16px;
}
#form_notice .form_note {
position:absolute;
top:99px;
bottom:2px;
right:98px;
z-index:9;
}