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
c74b5ef4
Commit
c74b5ef4
authored
Feb 06, 2012
by
Reda Lemeden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-designed the comment controls (edit, delete, upvote)
parent
64ce159a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
sass/_question-view.scss
+15
-0
No files found.
sass/_question-view.scss
View file @
c74b5ef4
...
@@ -219,15 +219,30 @@ div.question-header {
...
@@ -219,15 +219,30 @@ div.question-header {
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
25px
;
font-size
:
25px
;
text-decoration
:
none
;
text-decoration
:
none
;
color
:
green
;
}
}
}
}
hr
{
margin
:
0
;
}
div
.comment-delete
{
div
.comment-delete
{
// display: inline;
// display: inline;
color
:
$mit-red
;
color
:
$mit-red
;
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
15px
;
font-size
:
15px
;
}
}
div
.comment-edit
{
@include
transform
(
rotate
(
50deg
));
cursor
:
pointer
;
font-size
:
16px
;
a
.edit-icon
{
color
:
#555
;
text-decoration
:
none
;
}
}
}
}
div
.comment-body
{
div
.comment-body
{
...
...
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