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
0cbd6fa2
Commit
0cbd6fa2
authored
Feb 16, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
merged with default
--HG-- branch : templates-kf-print
parents
2fb05da5
77b6c862
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
2 deletions
+37
-2
sass/discussion/_askbot-original.scss
+0
-0
sass/discussion/_discussion.scss
+1
-0
sass/discussion/_forms.scss
+4
-0
sass/discussion/_sidebar.scss
+32
-2
No files found.
sass/discussion/_askbot-original.scss
View file @
0cbd6fa2
This diff is collapsed.
Click to expand it.
sass/discussion/_discussion.scss
View file @
0cbd6fa2
...
...
@@ -16,6 +16,7 @@
border
:
1px
solid
#ccc
;
text-decoration
:
none
;
}
}
.action-link
{
a
{
...
...
sass/discussion/_forms.scss
View file @
0cbd6fa2
...
...
@@ -73,6 +73,10 @@ form.question-form {
padding
:
0
;
margin-top
:
-15px
;
h1
a
{
float
:
right
;
}
input
[
type
=
"text"
]
{
width
:
flex-grid
(
6
);
}
...
...
sass/discussion/_sidebar.scss
View file @
0cbd6fa2
...
...
@@ -42,7 +42,7 @@ div.discussion-wrapper aside {
a
{
@include
border-radius
(
3px
);
border
:
1px
solid
#
888
;
border
:
1px
solid
#
aaa
;
cursor
:
pointer
;
display
:
inline-block
;
margin-right
:
6px
;
...
...
@@ -121,7 +121,7 @@ div.discussion-wrapper aside {
// Question view sopecific
div
.follow-buttons
{
margin
:
20px
0
;
margin
-top
:
20px
;
display
:
block
;
a
.button
{
...
...
@@ -131,6 +131,36 @@ div.discussion-wrapper aside {
width
:
100%
;
}
}
div
.question-stats
{
ul
{
color
:
#777
;
li
{
@include
box-shadow
(
0
1px
0
#eee
);
border-bottom
:
1px
solid
#d3d3d3
;
padding
:
7px
0
;
&
:last-child
{
@include
box-shadow
(
none
);
border
:
0
;
}
strong
{
float
:
right
;
padding-right
:
10px
;
}
}
}
}
div
.markdown
ul
li
{
margin
:
20px
0
;
ol
li
{
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