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
0a43c0ff
Commit
0a43c0ff
authored
May 02, 2013
by
marco
Committed by
Jay Zoldak
May 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor css tweaks to flag and pin icons
parent
90e7a845
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
lms/static/sass/_discussion.scss
+19
-0
No files found.
lms/static/sass/_discussion.scss
View file @
0a43c0ff
...
...
@@ -2453,6 +2453,13 @@ body.discussion {
padding-right
:
5px
;
font-style
:
italic
;
cursor
:pointer
;
margin-right
:
10px
;
opacity
:
.8
;
&
:hover
{
@include
transition
(
opacity
.2s
);
opacity
:
1
;
}
}
.discussion-pin-inline
{
...
...
@@ -2462,6 +2469,11 @@ body.discussion {
position
:
relative
;
right
:
-20px
;
top
:
-13px
;
opacity
:
.6
;
&
:hover
{
opacity
:
1
;
}
}
.notpinned
.icon
...
...
@@ -2503,6 +2515,13 @@ display:none;
padding-right
:
5px
;
font-style
:
italic
;
cursor
:pointer
;
opacity
:
.8
;
&
:hover
{
@include
transition
(
opacity
.2s
);
opacity
:
1
;
}
}
.notflagged
.icon
...
...
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