Using bottom instead of top for form_note

这个提交包含在:
Sarven Capadisli 2009-07-16 19:58:24 +00:00
父节点 b11cefdd00
当前提交 350a342509

查看文件

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