diff --git a/app/scss/comments.scss b/app/scss/comments.scss index d8525cd..d2302b1 100644 --- a/app/scss/comments.scss +++ b/app/scss/comments.scss @@ -10,21 +10,32 @@ margin: 15px 0; background: #333; - .author, .msg { + .info_strip, .msg { display: block; margin: 0; } - .author { - font-weight: bold; - border-bottom: 1px solid #444; + .info_strip { padding: 0.2em 1em; + border-bottom: 1px solid #444; } .msg { padding: 1em; background: #222; } + + .author { + font-weight: bold; + float: left; + display: inline-block; + } + + .info_strip span { + float: right; + display: inline-block; + color: #bbb; + } } .comment_form { diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html index bd6fa44..b74edda 100644 --- a/app/templates/macros/threads.html +++ b/app/templates/macros/threads.html @@ -2,8 +2,13 @@