diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index c2a3a8b850..afa80b16a4 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -68,7 +68,7 @@ font-family: 'Monaco', monospace; font-size: 13px; line-height: 1.6; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset; + box-shadow: 0 1px 3px $black-t0 inset; } @mixin discussion-wmd-preview { @@ -1365,35 +1365,27 @@ body.discussion { } } - .helpgrid-list { - list-style-type: none; - padding: 0; - margin: 0; - - - .helpgrid-row { + .helpgrid-row { border-bottom: 1px solid #b2b2b2; .row-title { padding: 30px $baseline; - display: inline-block; - width: 15%; + //width: 15%; background-color: $gray-l4; font-size: 12px; } .row-item-full, .row-item { - display: inline-block; font-size: 12px; padding-left: $baseline/2; - width: 23%; + width: 30%; vertical-align: middle; .icon { padding: 0 $baseline/2; font-size: 24px; - display: inline-block; vertical-align: middle; + display: table-cell; } .icon-stack i { @@ -1401,22 +1393,23 @@ body.discussion { } .row-description { - display: inline-block; - width: 70%; vertical-align: middle; + display: table-cell; } } .row-item-full { - width: 77%; + + .row-setting { + display: table-cell; + vertical-align: middle; + } .row-description { - width: 80%; padding-left: 15px; } } } - } .helpgrid-row-navigation { .icon-reorder {color: $light-gray;} diff --git a/lms/templates/discussion/index.html b/lms/templates/discussion/index.html index ff28b0cfc0..d396cc3156 100644 --- a/lms/templates/discussion/index.html +++ b/lms/templates/discussion/index.html @@ -22,82 +22,77 @@ <%include file="_new_post.html" />
-
- -
-
-
- DISCUSSION HOME: -

${course.display_name_with_default}

-

Welcome to ${course.display_name_with_default}s Discussion Home. Select a discussion from the left, or review your profile, participation and email notification settings below. -

-
-
-
- PROFILE, PARTICIPATION - Your profile Name -
-
-
- 5 - POSTS -
-
- 12 - COMMENTS -
-
- 9 - FOLLOWING -
-
-
- HOW TO USE EDX DISCUSSIONS -
-
    -
  • - Find discussions -
    - - Focus in on specific topics -
    -
    - - Search for specific posts -
    -
    - - Sort by date, vote, or comments -
    -
  • -
  • - Engage with posts -
    - - Upvote posts and good responses -
    -
    - - Report Forum Misuse -
    -
    - - Follow posts for updates -
    -
  • -
  • - Receive updates -
    - +
    + +
    +
    +
    + DISCUSSION HOME: +

    ${course.display_name_with_default}

    +
    +
    +
    + PROFILE, PARTICIPATION + Your profile Name +
    +
    +
    + 5 + POSTS +
    +
    + 12 + COMMENTS +
    +
    + 9 + FOLLOWING +
    +
    +
    + HOW TO USE EDX DISCUSSIONS + + + + + + + + + + + + + + + + + +
    Find discussions + + Focus in on specific topics + + + Search for specific posts + + + Sort by date, vote, or comments +
    Engage with posts + + Upvote posts and good responses + + + Report Forum Misuse + + + Follow posts for updates +
    Receive updates + If enabled, you will receive an email digest once a day notifying you about new, unread activity from posts you are following. - - - - - - - +
    +
    +