Right justify "Marked... as read"
What code do I need to add to move "Marked.. as read" to the right just like you did with the "Loading..." dialog?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
#mark-all-as-read { float: right !important; }
#message-area-outer { width: auto !important; right: 0 !important; }