Right justify "Marked... as read"

About: Google Reader Absolutely Compact
edited January 2009 in Style Reviews
What code do I need to add to move "Marked.. as read" to the right just like you did with the "Loading..." dialog?

Comments

  • This should do the trick:
    #mark-all-as-read { float: right !important; }
  • I actually meant the message that is displayed, not the actual button. Sorry for the confusion.
  • Try this:
    #message-area-outer { width: auto !important; right: 0 !important; }
Sign In or Register to comment.