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
41f1e9d3
Commit
41f1e9d3
authored
Jul 29, 2012
by
Rocky Duan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgot to include files & tiny styling fix
parent
25e47f49
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
6 deletions
+49
-6
common/static/js/vendor/jquery.autocomplete.js
+0
-0
lms/static/css/vendor/jquery.autocomplete.css
+36
-0
lms/static/sass/_discussion.scss
+13
-6
No files found.
common/static/js/vendor/jquery.autocomplete.js
0 → 100644
View file @
41f1e9d3
This diff is collapsed.
Click to expand it.
lms/static/css/vendor/jquery.autocomplete.css
0 → 100644
View file @
41f1e9d3
.acInput
{
width
:
200px
;
}
.acResults
{
padding
:
0px
;
border
:
1px
solid
WindowFrame
;
background-color
:
Window
;
overflow
:
hidden
;
}
.acResults
ul
{
margin
:
0px
;
padding
:
0px
;
list-style-position
:
outside
;
list-style
:
none
;
}
.acResults
ul
li
{
margin
:
0px
;
padding
:
2px
5px
;
cursor
:
pointer
;
display
:
block
;
font
:
menu
;
font-size
:
12px
;
overflow
:
hidden
;
}
.acLoading
{
background
:
url('indicator.gif')
right
center
no-repeat
;
}
.acSelect
{
background-color
:
Highlight
;
color
:
HighlightText
;
}
lms/static/sass/_discussion.scss
View file @
41f1e9d3
...
@@ -124,23 +124,30 @@ $discussion_input_width: 60%;
...
@@ -124,23 +124,30 @@ $discussion_input_width: 60%;
font-weight
:
bold
;
font-weight
:
bold
;
display
:
block
;
display
:
block
;
}
}
.thread-body
{
.thread-body
,
.content-body
{
@include
discussion-font
;
@include
discussion-font
;
font-size
:
$comment_body_size
;
font-size
:
$comment_body_size
;
margin-top
:
7px
;
margin-top
:
7px
;
margin-bottom
:
2px
;
margin-bottom
:
2px
;
p
{
@include
discussion-font
;
margin
:
0
;
}
}
}
.thread-tags
{
.thread-tags
{
.thread-tag
{
.thread-tag
{
@include
discussion-font
;
@include
discussion-font
;
border-right
:
3px
solid
#205C85
;
font-size
:
0
.75em
;
padding-right
:
5px
;
border-width
:
0px
1px
1px
0px
;
border-style
:
solid
;
border-color
:
#205C85
;
padding
:
0px
3px
3px
0px
;
margin-right
:
5px
;
margin-right
:
5px
;
border-radius
:
15
px
;
border-radius
:
4
px
;
color
:
#205C85
;
color
:
#205C85
;
&
:hover
{
&
:hover
{
color
:
#3CC5E7
;
color
:
#3CC5E7
;
border-
right
:
3px
solid
#3CC5E7
;
border-
color
:
#3CC5E7
;
}
}
}
}
}
}
...
@@ -188,7 +195,7 @@ $discussion_input_width: 60%;
...
@@ -188,7 +195,7 @@ $discussion_input_width: 60%;
margin-left
:
$comment_margin_left
;
margin-left
:
$comment_margin_left
;
overflow
:
hidden
;
overflow
:
hidden
;
.comment
{
.comment
{
.comment-body
{
.comment-body
,
.content-body
{
@include
discussion-font
;
@include
discussion-font
;
font-size
:
$comment_body_size
;
font-size
:
$comment_body_size
;
margin-top
:
3px
;
margin-top
:
3px
;
...
...
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