Fixes the issue mentioned in commit 7fc90d5. Changed the margin value

that's specific to the Inbox/Outbox page only.
This commit is contained in:
Sarven Capadisli 2009-04-08 20:54:37 +00:00
parent 420c94e7d3
commit 070cd3533c
1 changed files with 2 additions and 1 deletions

View File

@ -443,6 +443,7 @@ padding:7px 7px 16px 7px;
display:block;
float:left;
font-size:1.3em;
margin-bottom:7px;
}
#form_notice #notice_submit label {
display:none;
@ -471,7 +472,7 @@ bottom:0;
right:0;
}
#form_notice label[for=to] {
margin-top:11px;
margin-top:7px;
}
#form_notice select[id=to] {
margin-bottom:7px;