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
6e2de9db
Commit
6e2de9db
authored
Jul 15, 2013
by
Kevin Chugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak css and fix merge conflicts
parent
fbd0f1be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
45 deletions
+0
-45
lms/static/sass/_discussion.scss
+0
-45
No files found.
lms/static/sass/_discussion.scss
View file @
6e2de9db
...
@@ -715,13 +715,8 @@ body.discussion {
...
@@ -715,13 +715,8 @@ body.discussion {
width
:
20%
;
width
:
20%
;
height
:
100%
;
height
:
100%
;
@include
linear-gradient
(
top
,
rgba
(
255
,
255
,
255
,
.5
)
,
rgba
(
255
,
255
,
255
,
0
));
@include
linear-gradient
(
top
,
rgba
(
255
,
255
,
255
,
.5
)
,
rgba
(
255
,
255
,
255
,
0
));
<<<<<<<
HEAD
background-color
:
#dcdcdc
;
@include
transition
(
all
.2s
ease-out
0s
);
=======
background-color
:
$gray-l4
;
background-color
:
$gray-l4
;
@include
transition
(
all
.2s
ease-out
);
@include
transition
(
all
.2s
ease-out
);
>>>>>>>
feature
/
marco
/
discussionhome
&
:hover
{
&
:hover
{
background-color
:
$gray-l3
;
background-color
:
$gray-l3
;
...
@@ -1432,15 +1427,9 @@ body.discussion {
...
@@ -1432,15 +1427,9 @@ body.discussion {
.discussion-article
{
.discussion-article
{
position
:
relative
;
position
:
relative
;
<<<<<<<
HEAD
padding
:
40px
;
min-height
:
468px
;
=======
padding
:
$baseline
*
2
;
padding
:
$baseline
*
2
;
min-height
:
468px
;
min-height
:
468px
;
>>>>>>>
feature
/
marco
/
discussionhome
a
{
a
{
word-wrap
:
break-word
;
word-wrap
:
break-word
;
}
}
...
@@ -2612,13 +2601,8 @@ body.discussion {
...
@@ -2612,13 +2601,8 @@ body.discussion {
float
:right
;
float
:right
;
padding-right
:
5px
;
padding-right
:
5px
;
font-style
:
italic
;
font-style
:
italic
;
<<<<<<<
HEAD
cursor
:pointer
;
margin-right
:
10px
;
=======
cursor
:pointer
;
cursor
:pointer
;
margin-right
:
$baseline
/
2
;
margin-right
:
$baseline
/
2
;
>>>>>>>
feature
/
marco
/
discussionhome
opacity
:
0
.8
;
opacity
:
0
.8
;
span
{
span
{
...
@@ -2650,11 +2634,7 @@ body.discussion {
...
@@ -2650,11 +2634,7 @@ body.discussion {
width
:
10px
;
width
:
10px
;
height
:
14px
;
height
:
14px
;
padding-right
:
3px
;
padding-right
:
3px
;
<<<<<<<
HEAD
background
:
transparent
url('../images/unpinned.png')
no-repeat
0
0
;
=======
color
:
$gray-l2
;
color
:
$gray-l2
;
>>>>>>>
feature
/
marco
/
discussionhome
}
}
.pinned
.icon
{
.pinned
.icon
{
...
@@ -2664,11 +2644,7 @@ body.discussion {
...
@@ -2664,11 +2644,7 @@ body.discussion {
width
:
10px
;
width
:
10px
;
height
:
14px
;
height
:
14px
;
padding-right
:
3px
;
padding-right
:
3px
;
<<<<<<<
HEAD
background
:
transparent
url('../images/pinned.png')
no-repeat
0
0
;
=======
color
:
$pink
;
color
:
$pink
;
>>>>>>>
feature
/
marco
/
discussionhome
}
}
.pinned
span
{
.pinned
span
{
...
@@ -2703,47 +2679,26 @@ display:none;
...
@@ -2703,47 +2679,26 @@ display:none;
opacity
:
1
.0
;
opacity
:
1
.0
;
}
}
<<<<<<<
HEAD
}
.notflagged
.icon
{
display
:
block
;
=======
}
}
.notflagged
.icon
{
.notflagged
.icon
{
display
:
block
;
display
:
block
;
>>>>>>>
feature
/
marco
/
discussionhome
float
:
left
;
float
:
left
;
margin
:
3px
;
margin
:
3px
;
width
:
10px
;
width
:
10px
;
height
:
14px
;
height
:
14px
;
padding-right
:
3px
;
padding-right
:
3px
;
<<<<<<<
HEAD
background
:
transparent
url('../images/notflagged.png')
no-repeat
0
0
;
}
.flagged
.icon
{
display
:
block
;
=======
color
:
$gray-l2
;
color
:
$gray-l2
;
}
}
.flagged
.icon
{
.flagged
.icon
{
display
:
block
;
display
:
block
;
>>>>>>>
feature
/
marco
/
discussionhome
float
:
left
;
float
:
left
;
margin
:
3px
;
margin
:
3px
;
width
:
10px
;
width
:
10px
;
height
:
14px
;
height
:
14px
;
padding-right
:
3px
;
padding-right
:
3px
;
<<<<<<<
HEAD
background
:
transparent
url('../images/flagged.png')
no-repeat
0
0
;
=======
color
:
$pink
;
color
:
$pink
;
>>>>>>>
feature
/
marco
/
discussionhome
}
}
.flagged
span
{
.flagged
span
{
...
...
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