From a5813771d0be30bc3711ba57f3169ddf93c9debd Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:23:28 +0100 Subject: [PATCH] style width update Moves the "Reply >>" and "new post" field to be alligned with the post bodies rather then the authors. Removal of width limits. It looks like the 'single-forum-post' class should go on the
element, but it doesn't appear there? --- app/assets/stylesheets/specific/forum.css.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/specific/forum.css.scss b/app/assets/stylesheets/specific/forum.css.scss index 9c9461b25..577840de2 100644 --- a/app/assets/stylesheets/specific/forum.css.scss +++ b/app/assets/stylesheets/specific/forum.css.scss @@ -29,9 +29,12 @@ div.list-of-forum-posts { } } +div.list-of-forum-posts+p { + margin-left: 14em; +} + div#c-forum-topics { div.single-forum-post { - width: 60em; } div#a-show { @@ -54,4 +57,8 @@ div#c-forum-topics { span.locked-topic { color: #666; } + + #topic-response { + margin-left:14em; + } }