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
6b289871
Commit
6b289871
authored
Feb 22, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merged with default
--HG-- branch : kf-captions
parents
687ae763
bd4190f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
3 deletions
+23
-3
sass/discussion/_answers.scss
+11
-0
sass/discussion/_question-view.scss
+12
-3
No files found.
sass/discussion/_answers.scss
View file @
6b289871
...
...
@@ -74,11 +74,21 @@ div.answer-block {
}
}
div
.accepted-answer
{
p
{
color
:
#000
;
}
}
div
.deleted
{
p
{
color
:
$mit-red
;
}
}
img
.answer-img-accept
{
opacity
:
0
.7
;
}
}
div
.paginator
{
...
...
@@ -141,3 +151,4 @@ div.answer-actions {
}
}
sass/discussion/_question-view.scss
View file @
6b289871
...
...
@@ -138,7 +138,6 @@ div.question-header {
}
span
.user-badges
{
// display: block;
}
}
}
...
...
@@ -155,7 +154,7 @@ div.question-header {
font-size
:
13px
;
background
:
#efefef
;
div
.block
{
.block
{
border-top
:
1px
solid
#ddd
;
padding
:
15px
;
display
:
block
;
...
...
@@ -283,7 +282,8 @@ div.question-header {
div
.controls
{
// padding: 15px 0;
background
:
#efefef
;
// background: #efefef ;
border-top
:
1px
dashed
#ddd
;
text-align
:
right
;
a
{
display
:
inline-block
;
...
...
@@ -310,3 +310,12 @@ div.question-status {
color
:
#eee
;
}
}
div
.share-question
{
padding
:
10px
0
10px
7
.5%
;
p
{
padding
:
0
;
margin
:
0
;
}
}
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