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
854d0bd3
Commit
854d0bd3
authored
Aug 16, 2016
by
Diana Huang
Committed by
GitHub
Aug 16, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13237 from edx/diana/fix-drop-down
Fix discussion dropdown padding issue.
parents
307abcad
a74e4e52
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
lms/static/sass/discussion/views/_create-edit-post.scss
+5
-6
No files found.
lms/static/sass/discussion/views/_create-edit-post.scss
View file @
854d0bd3
...
...
@@ -213,7 +213,6 @@
position
:
absolute
;
top
:
40px
;
left
:
0
;
border
:
1px
solid
$forum-color-border
;
width
:
100%
;
background
:
$forum-color-background
;
box-shadow
:
0
2px
1px
$shadow
;
...
...
@@ -221,12 +220,12 @@
.topic-filter-label
{
border-bottom
:
1px
solid
$forum-color-border
;
padding
:
(
$baseline
/
4
);
}
.topic-filter-input
{
box-sizing
:
border-box
;
border
:
1px
solid
$forum-color-border
;
border
:
none
;
border-bottom
:
1px
solid
$forum-color-border
;
padding
:
0
15px
;
width
:
100%
;
height
:
30px
;
...
...
@@ -239,17 +238,17 @@
overflow-y
:
scroll
;
max-height
:
400px
;
list-style
:
none
;
margin-left
:
(
$baseline
/
2
);
}
.topic-submenu
{
padding-left
:
$baseline
;
list-style
:
none
;
margin-left
:
$baseline
;
}
.topic-title
{
display
:
block
;
border-bottom
:
1px
solid
$forum-color-border
;
padding
:
(
$baseline
/
2
);
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
);
font-size
:
14px
;
}
...
...
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