From 7b7ad3d8c2b9d2ca442daf355ec198673fe54cdb Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Fri, 14 Sep 2012 16:07:34 -0400 Subject: [PATCH] new paragraph styles for comments --- lms/static/sass/_discussion.scss | 16 ++++++++-------- lms/templates/discussion/_single_thread.html | 2 +- .../discussion/_underscore_templates.html | 10 ++++++---- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index dcad390565..d203e15637 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -1508,16 +1508,20 @@ body.discussion { } - p { + .response-body { font-size: 13px; padding: 10px 20px; - .posted-details { - font-size: 11px; - white-space: nowrap; + p + p { + margin-top: 12px; } } + .posted-details { + margin: 0 20px 10px; + font-size: 11px; + } + .staff-label { margin-left: 2px; padding: 0 4px; @@ -1529,10 +1533,6 @@ body.discussion { color: white; text-transform: uppercase; } - - .posted-details { - margin-left: 8px; - } } .comment-form { diff --git a/lms/templates/discussion/_single_thread.html b/lms/templates/discussion/_single_thread.html index 0a952b857f..c7644dcbef 100644 --- a/lms/templates/discussion/_single_thread.html +++ b/lms/templates/discussion/_single_thread.html @@ -22,7 +22,7 @@
${reply['body']}
    % for comment in reply.get("children", []): -
  1. ${comment['body']}

  2. +
  3. ${comment['body']}
  4. % endfor
diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index f031883db7..240a7bab02 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -116,13 +116,15 @@