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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
sass/_discussion-answers.scss
+6
-0
sass/_discussion-questions.scss
+1
-1
sass/_question-view.scss
+5
-6
No files found.
sass/_discussion-answers.scss
View file @
2663408a
...
...
@@ -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
...
...
@@ -31,7 +31,7 @@ div.question-controls {
padding
:
0px
20px
5px
;
a
{
color
:
darken
(
#F6EFD4
,
50%
);
color
:
darken
(
#F6EFD4
,
50%
);
&
.on
span
{
font-weight
:
bold
;
...
...
sass/_question-view.scss
View file @
2663408a
...
...
@@ -168,17 +168,16 @@ div.question-header {
font-size
:
13px
;
.block
{
border-bottom
:
1px
solid
#ddd
;
border-top
:
1px
solid
#fff
;
border-top
:
1px
solid
#ddd
;
padding
:
15px
0
;
display
:
block
;
&
:first-child
{
&
:first-child
{
border-top
:
0
;
}
// &:only-of-type
{
// border: 0
;
//
}
&
:last-child
{
border-bottom
:
1px
solid
#ddd
;
}
}
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