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
611b4acf
Commit
611b4acf
authored
Feb 28, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merged in default
--HG-- branch : kf-tooltips
parents
1628b3e5
e6716591
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
6 deletions
+17
-6
sass/discussion/_profile.scss
+3
-3
sass/discussion/_question-view.scss
+9
-3
sass/discussion/_sidebar.scss
+5
-0
No files found.
sass/discussion/_profile.scss
View file @
611b4acf
...
...
@@ -14,7 +14,7 @@ body.user-profile-page {
>
li
{
display
:
table-cell
;
padding
:
(
flex-gutter
(
9
)
/
2
);
border-right
:
1px
solid
#ddd
;
border-right
:
1px
dashed
#efefef
;
@include
box-sizing
(
border-box
);
&
:first-child
{
...
...
@@ -76,7 +76,7 @@ body.user-profile-page {
&
.up
{
background-color
:
#d1e3a8
;
background-image
:
url(/static/images/askbot/vote-arrow-up.png)
;
background-image
:
url(/static/images/askbot/vote-arrow-up
-activate
.png)
;
margin-right
:
6px
;
span
.vote-count
{
...
...
@@ -85,7 +85,7 @@ body.user-profile-page {
}
&
.down
{
background-image
:
url(/static/images/askbot/vote-arrow-down.png)
;
background-image
:
url(/static/images/askbot/vote-arrow-down
-activate
.png)
;
background-color
:
#eac6ad
;
span
.vote-count
{
...
...
sass/discussion/_question-view.scss
View file @
611b4acf
...
...
@@ -19,14 +19,19 @@ div.question-header {
&
.post-vote
{
@include
border-radius
(
4px
);
background-color
:
lighten
(
#F6EFD4
,
3%
);
background-color
:
lighten
(
#F6EFD4
,
5%
);
border
:
1px
solid
darken
(
#F6EFD4
,
10%
);
@include
box-shadow
(
inset
0
1px
0px
#fff
);
}
&
.question-img-upvote
,
&
.answer-img-upvote
{
background-image
:
url(/static/images/askbot/vote-arrow-up.png)
;
@include
box-shadow
(
inset
0
1px
0px
rgba
(
255
,
255
,
255
,
0
.5
));
&
:hover
,
&
.on
{
background-color
:
#d1e3a8
;
border-color
:
darken
(
#D1E3A8
,
20%
);
background-image
:
url(/static/images/askbot/vote-arrow-up-activate.png)
;
}
}
...
...
@@ -34,7 +39,9 @@ div.question-header {
background-image
:
url(/static/images/askbot/vote-arrow-down.png)
;
&
:hover
,
&
.on
{
background-color
:
#eac6ad
;
background-color
:
#EAC6AD
;
border-color
:
darken
(
#EAC6AD
,
20%
);
background-image
:
url(/static/images/askbot/vote-arrow-down-activate.png)
;
}
}
}
...
...
@@ -319,6 +326,5 @@ div.share-question {
p
{
padding
:
0
;
margin
:
0
;
font-weight
:
bold
;
}
}
sass/discussion/_sidebar.scss
View file @
611b4acf
...
...
@@ -283,6 +283,11 @@ div.discussion-wrapper aside {
text-align
:
center
;
padding
:
10px
;
display
:
block
;
margin-top
:
10px
;
&
:first-child
{
margin-top
:
0
;
}
span
{
font-weight
:
bold
;
...
...
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