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
8d490076
Commit
8d490076
authored
Apr 11, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blankslate edited, header bar now with home button
parent
9c452935
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
lms/static/sass/_discussion.scss
+13
-2
lms/templates/discussion/_filter_dropdown.html
+2
-1
No files found.
lms/static/sass/_discussion.scss
View file @
8d490076
...
...
@@ -820,6 +820,7 @@ body.discussion {
z-index
:
50
;
width
:
100%
;
height
:
100%
;
border-radius
:
0
0
0
0
;
border
:
1px
solid
transparent
;
text-align
:
center
;
overflow
:
hidden
;
...
...
@@ -842,6 +843,9 @@ body.discussion {
.drop-arrow
{
font-size
:
16px
;
}
.drop-arrow
{
font-size
:
16px
;
}
}
.browse-topic-drop-icon
{
...
...
@@ -874,6 +878,13 @@ body.discussion {
.browse-topic-drop-menu
{
max-height
:
400px
;
overflow-y
:
scroll
;
.drop-menu-meta-category
span
,
.drop-menu-parent-category
span
{
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
700
;
}
}
...
...
@@ -926,14 +937,14 @@ body.discussion {
li
li
{
a
{
padding-left
:
44px
;
background
:
url(../images/nested-icon.png)
no-repeat
22px
14
px
;
background
:
url(../images/nested-icon.png)
no-repeat
22px
5
px
;
}
}
li
li
li
{
a
{
padding-left
:
68px
;
background
:
url(../images/nested-icon.png)
no-repeat
46px
14
px
;
background
:
url(../images/nested-icon.png)
no-repeat
46px
5
px
;
}
}
}
...
...
lms/templates/discussion/_filter_dropdown.html
View file @
8d490076
...
...
@@ -43,7 +43,8 @@
%endif
<li>
<a
href=
"#"
class=
"drop-menu-meta-category"
>
<span
class=
"board-name"
data-discussion_id=
'#following'
><i
class=
"icon-star"
style=
"padding-right:5px;"
></i>
Posts I'm Following
</span>
<span
class=
"board-name"
data-discussion_id=
'#following'
><i
class=
"icon-star"
style=
"padding-right:5px;"
></i>
Posts I
'
m Following
</span>
</a>
</li>
${render_dropdown(category_map)}
...
...
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