Reply to thread

On the profile page, the div containing the post button has a top margin of 5px.

[code].profilePage .profilePoster .submitUnit {

    margin-top: 5px;

    text-align: right;

}[/code]

[ATTACH=full]1169[/ATTACH]


But for a similar post button in the <My Username> dropdown menu,

theres no such margin; making it look cramped.

[code=rich]#AccountMenu .statusPoster .submitUnit {

    display: none;

    text-align: right;

}[/code]

[ATTACH=full]1170[/ATTACH]


Please add a margin-top: 5px; to make it consistent with it's profile page counterpart.

End result:


[ATTACH=full]1171[/ATTACH]


Back
Top Bottom