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
73388094
Commit
73388094
authored
Feb 08, 2012
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
c3598c6b
a4b86d17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
sass/_discussion-answers.scss
+1
-1
sass/_question-view.scss
+17
-2
No files found.
sass/_discussion-answers.scss
View file @
73388094
...
...
@@ -44,7 +44,7 @@ div.answer-block {
}
div
.answered-by-owner
{
color
:
darken
(
$mit-red
,
1
0%
);
color
:
darken
(
$mit-red
,
2
0%
);
}
}
...
...
sass/_question-view.scss
View file @
73388094
...
...
@@ -213,14 +213,29 @@ div.question-header {
}
div
.comment-votes
{
@include
transform
(
rotate
(
-90deg
));
width
:
16px
;
a
.upvote
{
background
:
url(../images/askbot/comment-vote-up.png)
no-repeat
2px
;
cursor
:
pointer
;
font-size
:
25px
;
color
:
green
;
display
:
block
;
margin-bottom
:
6px
;
margin-top
:
5px
;
overflow
:
hidden
;
text-decoration
:
none
;
text-indent
:
-9999px
;
width
:
20px
;
}
a
.upvoted
{
@include
border-radius
(
3px
);
background
:
#D1E3A8
;
color
:
green
;
font-weight
:
bold
;
margin-top
:
10px
;
padding
:
2px
;
text-indent
:
0px
;
}
}
...
...
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