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
2663408a
Commit
2663408a
authored
Feb 07, 2012
by
Reda Lemeden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some border-related bugs in the single question view
parent
db55c642
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
sass/_discussion-answers.scss
+6
-0
sass/_discussion-questions.scss
+0
-0
sass/_question-view.scss
+4
-5
No files found.
sass/_discussion-answers.scss
View file @
2663408a
...
@@ -43,3 +43,9 @@ div.answer-block {
...
@@ -43,3 +43,9 @@ div.answer-block {
}
}
}
}
}
}
div
.answer-own
{
border-top
:
1px
solid
#eee
;
overflow
:hidden
;
padding-left
:
flex-grid
(
1
.2
);
}
sass/_discussion-questions.scss
View file @
2663408a
sass/_question-view.scss
View file @
2663408a
...
@@ -168,17 +168,16 @@ div.question-header {
...
@@ -168,17 +168,16 @@ div.question-header {
font-size
:
13px
;
font-size
:
13px
;
.block
{
.block
{
border-bottom
:
1px
solid
#ddd
;
border-top
:
1px
solid
#ddd
;
border-top
:
1px
solid
#fff
;
padding
:
15px
0
;
padding
:
15px
0
;
display
:
block
;
display
:
block
;
&
:first-child
{
&
:first-child
{
border-top
:
0
;
border-top
:
0
;
}
}
// &:only-of-type
{
&
:last-child
{
// border: 0
;
border-bottom
:
1px
solid
#ddd
;
//
}
}
}
}
form
.post-comments
{
form
.post-comments
{
...
...
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