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
42777579
Commit
42777579
authored
Mar 25, 2015
by
Richard Moch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set .response-header-actions block to absolute position to allow overlap with title
parent
fa4dcdeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lms/static/sass/discussion/views/_thread.scss
+4
-2
No files found.
lms/static/sass/discussion/views/_thread.scss
View file @
42777579
...
...
@@ -39,11 +39,13 @@ body.discussion, .discussion-module {
.response-header-content
{
display
:
inline-block
;
vertical-align
:
top
;
width
:
flex-grid
(
9
,
12
);
width
:
flex-grid
(
11
,
12
);
}
.response-header-actions
{
width
:
flex-grid
(
3
,
12
);
position
:
absolute
;
right
:
(
$baseline
);
top
:
(
$baseline
);
@include
float
(
right
);
}
}
...
...
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