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
a4ad4a7d
Commit
a4ad4a7d
authored
Mar 07, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merged branches
parents
3f3b3495
318a9f2b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
13 deletions
+39
-13
sass/discussion/_answers.scss
+0
-11
sass/discussion/_forms.scss
+28
-0
sass/discussion/_question-view.scss
+11
-2
No files found.
sass/discussion/_answers.scss
View file @
a4ad4a7d
...
...
@@ -42,9 +42,6 @@ div.answer-block {
padding-top
:
20px
;
width
:
100%
;
&
.official
{
}
div
.official-stamp
{
background
:
$mit-red
;
color
:
#fff
;
...
...
@@ -54,14 +51,6 @@ div.answer-block {
text-align
:
center
;
margin-left
:
-1px
;
}
span
.official-comment
{
@extend
div
.official-stamp
;
display
:
block
;
margin
:
0
0
10px
-5%
;
padding-left
:
5%
;
text-align
:
left
;
width
:
120px
;
}
img
.answer-img-accept
{
margin
:
10px
0px
10px
16px
;
...
...
sass/discussion/_forms.scss
View file @
a4ad4a7d
...
...
@@ -129,3 +129,31 @@ form.question-form {
margin-top
:
10px
;
}
}
div
#question-list
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.95
);
@include
box-sizing
(
border-box
);
margin-top
:
-15px
;
max-width
:
505px
;
min-width
:
300px
;
overflow
:
hidden
;
padding-left
:
5px
;
position
:
absolute
;
width
:
35%
;
z-index
:
9999
;
h2
{
text-transform
:
none
;
padding
:
8px
0
;
border-bottom
:
1px
solid
#eee
;
margin
:
0
;
span
{
background
:
#eee
;
color
:
#555
;
padding
:
2px
5px
;
@include
border-radius
(
2px
);
margin-right
:
5px
;
}
}
}
sass/discussion/_question-view.scss
View file @
a4ad4a7d
...
...
@@ -183,12 +183,21 @@ div.question-header {
}
&
.official
{
// border-left: 4px solid $mit-red;
padding-top
:
10px
;
span
.official-comment
{
background
:
$mit-red
;
color
:
#fff
;
display
:
block
;
font-size
:
12px
;
margin
:
0
0
10px
-5%
;
padding
:
2px
5px
2px
5%
;
text-align
:
left
;
width
:
100px
;
}
}
}
form
.post-comments
{
padding
:
15px
;
...
...
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