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
88505b39
Commit
88505b39
authored
Aug 21, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed discussion sidebar
parent
bd536f8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
lms/static/sass/_discussion.scss
+14
-4
lms/static/sass/course/courseware/_sidebar.scss
+2
-0
No files found.
lms/static/sass/_discussion.scss
View file @
88505b39
...
...
@@ -55,10 +55,10 @@ $tag-text-color: #5b614f;
.sidebar-module
{
@include
clearfix
;
padding
:
0
2
4px
24px
0
;
padding
:
0
2
6px
24px
;
margin-bottom
:
24px
;
border-bottom
:
1px
solid
#d3d3d3
;
font-size
:
0
.8em
;
font-size
:
13px
;
header
{
margin-bottom
:
14px
;
...
...
@@ -67,16 +67,18 @@ $tag-text-color: #5b614f;
h4
{
float
:
left
;
font-size
:
1
.1em
;
font-size
:
1
5px
;
font-weight
:
bold
;
}
.sidebar-new-post-button
,
.sidebar-promote-moderator-button
{
@include
button
;
}
.sidebar-revoke-moderator-button
{
@include
button
(
simple
,
gray
);
}
.sidebar-new-post-button
,
.sidebar-promote-moderator-button
,
.sidebar-revoke-moderator-button
{
display
:
block
;
box-sizing
:
border-box
;
...
...
@@ -91,9 +93,13 @@ $tag-text-color: #5b614f;
}
}
.sidebar-new-post-button
{
margin
:
40px
0
20px
0
;
}
.sidebar-view-all
{
float
:
right
;
font-size
:
0
.9em
;
font-size
:
13px
;
line-height
:
1
.6em
;
@include
standard-discussion-link
;
}
...
...
@@ -108,6 +114,10 @@ $tag-text-color: #5b614f;
a
{
@include
standard-discussion-link
;
background
:
none
;
span
{
line-height
:
1
.3
;
}
}
}
...
...
lms/static/sass/course/courseware/_sidebar.scss
View file @
88505b39
...
...
@@ -67,6 +67,8 @@ section.course-index {
}
.chapter
{
width
:
100%
;
@include
box-sizing
(
border-box
);
padding
:
11px
14px
;
@include
linear-gradient
(
top
,
#f9f9f9
,
#eee
);
@include
box-shadow
(
0
1px
0
#fff
inset
,
0
-1px
0
rgba
(
0
,
0
,
0
,
.1
)
inset
);
...
...
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