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
9b9bb22c
Commit
9b9bb22c
authored
Aug 08, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tightened white space; fixed double margin in comments
parent
dc5b8b51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
+18
-7
lms/static/sass/_discussion.scss
+18
-6
lms/templates/discussion/_accordion.html
+0
-1
No files found.
lms/static/sass/_discussion.scss
View file @
9b9bb22c
...
...
@@ -32,6 +32,14 @@ $tag_text_color: #5b614f;
}
.discussion
{
p
{
margin-bottom
:
1em
!
important
;
}
p
+
p
,
ul
+
p
,
ol
+
p
{
margin-top
:
0
;
}
#open_close_accordion
{
display
:
none
;
}
...
...
@@ -473,7 +481,7 @@ $tag_text_color: #5b614f;
@include
discussion-font
;
@include
discussion-clickable
;
display
:
block
;
margin-bottom
:
$body-line-height
;
margin-bottom
:
1em
;
font-size
:
$comment_title_size
;
font-weight
:
bold
;
line-height
:
1
.4em
;
...
...
@@ -499,7 +507,7 @@ $tag_text_color: #5b614f;
color
:
gray
;
font-size
:
$comment_info_size
;
font-style
:
italic
;
margin-top
:
2%
;
margin-top
:
1em
;
a
:hover
{
text-decoration
:
none
;
...
...
@@ -557,12 +565,12 @@ $tag_text_color: #5b614f;
}
}
.comment
>
.comments
{
margin-left
:
68px
;
}
//COMMENT STYLES
.comments
{
//display: none;
// margin-left: $comment_margin_left;
// margin-left: flex-grid(1);
margin-left
:
68px
;
overflow
:
hidden
;
.discussion-votes
{
...
...
@@ -629,6 +637,10 @@ $tag_text_color: #5b614f;
.post-options
{
margin
:
8px
0
16px
0
;
overflow
:
hidden
;
label
{
margin-right
:
15px
;
}
}
.reply-post-control
{
...
...
lms/templates/discussion/_accordion.html
View file @
9b9bb22c
...
...
@@ -19,7 +19,6 @@
<article
class=
"discussion-sidebar-tags sidebar-module"
>
<header>
<h4>
Recent Tags
</h4>
<a
href=
"#"
class=
"sidebar-view-all"
>
view all
›
</a>
</header>
<ol
class=
"discussion-sidebar-tags-list"
>
<li><a
href=
"#"
class=
"thread-tag"
>
week-1
</a><span
class=
"sidebar-tag-count"
>
×
1348
</span></li>
...
...
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