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
6285f2a2
Commit
6285f2a2
authored
Jul 31, 2012
by
Brittany Cheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
discussion styles
parent
6da690f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
lms/static/coffee/src/discussion.coffee
+1
-0
lms/static/sass/_discussion.scss
+5
-11
No files found.
lms/static/coffee/src/discussion.coffee
View file @
6285f2a2
...
...
@@ -148,6 +148,7 @@ Discussion =
interactive
:
true
defaultText
:
"add a tag"
height
:
"30px"
width
:
"83.5%"
removeWithBackspace
:
true
bindContentEvents
:
(
content
)
->
...
...
lms/static/sass/_discussion.scss
View file @
6285f2a2
...
...
@@ -123,12 +123,6 @@ $discussion_input_width: 85%;
margin-top
:
10px
;
font-weight
:
bold
;
}
.tagsinput
{
margin-top
:
20px
;
width
:
83%
;
min-height
:
30px
;
height
:
100%
;
}
}
.thread
{
//display: none;
...
...
@@ -144,8 +138,8 @@ $discussion_input_width: 85%;
.thread-body
,
.content-body
{
@include
discussion-font
;
font-size
:
$comment_body_size
;
margin-top
:
7
px
;
margin-bottom
:
2
px
;
margin-top
:
3
px
;
margin-bottom
:
4
px
;
p
{
@include
discussion-font
;
margin
:
0
;
...
...
@@ -155,10 +149,10 @@ $discussion_input_width: 85%;
.thread-tag
{
@include
discussion-font
;
font-size
:
0
.75em
;
border-width
:
0px
1px
1px
0
px
;
border-width
:
1
px
;
border-style
:
solid
;
border-color
:
#205C85
;
padding
:
0px
3px
3px
0
px
;
padding
:
2
px
;
margin-right
:
5px
;
border-radius
:
4px
;
color
:
#205C85
;
...
...
@@ -172,7 +166,7 @@ $discussion_input_width: 85%;
@include
discussion-font
;
font-size
:
$comment_info_size
;
font-style
:
italic
;
margin-top
:
5
px
;
margin-top
:
10
px
;
color
:
gray
;
.discussion-link
{
margin-left
:
2px
;
...
...
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