Skip to content

Instantly share code, notes, and snippets.

@jaredatch
Created December 20, 2011 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredatch/1503468 to your computer and use it in GitHub Desktop.
Save jaredatch/1503468 to your computer and use it in GitHub Desktop.
Icrontic.com left vertical post bit
.Discussion .MessageList .Item .Meta { float: left; width: 180px; display:inline; margin:0; padding:0 10px 0 0; border-right:1px dotted #444; }
.Discussion .MessageList .Item .Message { float: right; width: 475px; display:inline; margin:25px 0 0 0; padding:0; clear:none; border-top:1px sotted #444;}
.Discussion .MessageList .Item .Comment { clear:both; overflow: auto; position: relative;}
.Discussion .MessageList .CommentInfo { display: block;clear:both; }
.Discussion .MessageList span.DateCreated { float: none; margin:0 0 10px 0 !important; display:block; position: relative !important;}
.Discussion .MessageList span.MItem { float:none !important; display:block !important; position: absolute; top:0; right: 0; }
.Discussion .MessageList .Comment .MItem { float: none !important; display:block !important; margin: 0 0 5px 0; }
.Discussion .MessageList .Comment .MItem.CommentQuote { position: absolute; top: 0; right: 35px; }
.Discussion .MessageList .Comment .MItem a.DeleteComment { position: absolute; top: -5px; right: 79px; padding:5px 5px 2px 5px }
.Discussion .MessageList .Comment .MItem a.EditComment { position: absolute; top: -5px; right: 124px; padding:5px 5px 2px 5px }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment