Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
f6a1a0df
Commit
f6a1a0df
authored
Oct 23, 2015
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10321 from edx/frances/teams-post-style-fix
Teams Discussion Post Style Fixes
parents
e3369beb
feacd0fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
lms/static/sass/discussion/views/_thread.scss
+9
-6
No files found.
lms/static/sass/discussion/views/_thread.scss
View file @
f6a1a0df
...
...
@@ -2,7 +2,7 @@
// ====================
// NOTE: thread = (post + (responses and comments))
// Table of Contents
// Table of Contents
// * +general thread layout
// * +thread - wrapper styling
// * +thread - elements - shared styles
...
...
@@ -25,7 +25,7 @@ body.discussion, .discussion-module {
.post-header-content
{
display
:
inline-block
;
width
:
flex-grid
(
9
,
12
);
width
:
flex-grid
(
9
,
12
);
}
.post-header-actions
{
...
...
@@ -88,14 +88,14 @@ body.discussion {
.discussion-post
,
.discussion-response
,
.discussion-comment
{
@include
clearfix
();
// thread - images
.author-image
{
@include
margin-right
(
$baseline
/
2
);
display
:
inline-block
;
vertical-align
:
top
;
vertical-align
:
top
;
// STATE: No profile image
// STATE: No profile image
&
:empty
{
display
:
none
;
}
...
...
@@ -146,7 +146,10 @@ body.discussion {
}
// +post - individual element styling
body
.discussion
.discussion-post
,
body
.discussion
.discussion-article
{
body
.discussion
.discussion-post
,
body
.discussion
.discussion-article
,
body
.view-in-course
.discussion-post
,
body
.view-in-course
.discussion-article
{
// NOTE: discussion-article is used for inline discussion modules.
@include
clearfix
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment