diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 72f472fc10..b240bd88be 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -25,13 +25,18 @@ form label { } div.recent-activity { - margin: 4%; + margin: 10% 4%; + div.recent-activity-title { font-weight: bold; } + a.recent-active-post { + display: block; font-size: $comment_body_size; - line-height: 180%; + line-height: 150%; + margin-top: 5px; + &:hover { color: #1C71DD; text-decoration: none; @@ -40,6 +45,36 @@ div.recent-activity { } } +div.trending-tags { + font-weight: bold; + margin: 10% 0 0 0; + + .trending-tag { + margin-top: 5px; + } + + .trending-tag-link { + @include discussion-font; + background: #CDE69C; + border: 1px solid #A5D24A; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + color: #638421; + display: block; + float: left; + font-size: 13px; + margin-right: 4px; + padding: 5px 7px; + text-decoration: none; + + &:hover { + border-color: #1E4612; + color: #1E4612; + text-decoration: none; + } + } +} + .discussion { .discussion-non-content { diff --git a/lms/templates/discussion/_trending_tags.html b/lms/templates/discussion/_trending_tags.html index d4400bc5d7..1460cb5888 100644 --- a/lms/templates/discussion/_trending_tags.html +++ b/lms/templates/discussion/_trending_tags.html @@ -1,6 +1,6 @@ +