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
95e7c2b4
Commit
95e7c2b4
authored
Feb 08, 2012
by
Reda Lemeden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bug where the comment div was always visible
parent
98070e4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
sass/_discussion-answers.scss
+4
-0
sass/_question-view.scss
+9
-3
No files found.
sass/_discussion-answers.scss
View file @
95e7c2b4
...
@@ -42,6 +42,10 @@ div.answer-block {
...
@@ -42,6 +42,10 @@ div.answer-block {
@extend
div
.question-actions
;
@extend
div
.question-actions
;
}
}
}
}
div
.answered-by-owner
{
color
:
darken
(
$mit-red
,
10%
);
}
}
}
div
.answer-own
{
div
.answer-own
{
...
...
sass/_question-view.scss
View file @
95e7c2b4
...
@@ -160,7 +160,7 @@ div.question-header {
...
@@ -160,7 +160,7 @@ div.question-header {
// background: lighten(#efefef, 3%);
// background: lighten(#efefef, 3%);
padding
:
3%
;
padding
:
3%
;
display
:
inline-block
;
display
:
inline-block
;
margin
:
15px
0
0
;
//
margin: 15px 0 0;
padding
:
3%
;
padding
:
3%
;
width
:
100%
;
width
:
100%
;
...
@@ -282,8 +282,14 @@ div.question-header {
...
@@ -282,8 +282,14 @@ div.question-header {
}
}
div
.controls
{
div
.controls
{
border-top
:
1px
dashed
#ddd
;
// padding: 15px 0;
padding
:
15px
0
;
background
:
lighten
(
#eeeeee
,
4%
);
text-align
:
right
;
a
{
display
:
inline-block
;
font-size
:
12px
;
margin
:
10px
10px
10px
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