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
c5de73a7
Commit
c5de73a7
authored
Sep 06, 2016
by
jareerahsan
Committed by
GitHub
Sep 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13401 from edx/jareer/ECOM-4945-Fix
Fixed div to inline
parents
40110b31
e680dfbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lms/static/sass/shared-v2/_header.scss
+4
-0
lms/templates/user_dropdown.html
+2
-2
No files found.
lms/static/sass/shared-v2/_header.scss
View file @
c5de73a7
...
...
@@ -52,6 +52,10 @@
top
:
inherit
;
}
.user-menu
{
display
:
inline
;
}
.list-inline
{
&
.nav-global
{
margin-top
:
12px
;
...
...
lms/templates/user_dropdown.html
View file @
c5de73a7
...
...
@@ -20,7 +20,7 @@ from openedx.core.djangoapps.user_api.accounts.image_helpers import get_profile_
<img
class=
"menu-image"
src=
"${profile_image_url}"
alt=
""
>
${username}
</a>
<div
role=
"group"
aria-label=
"User menu"
>
<div
role=
"group"
aria-label=
"User menu"
class=
"user-menu"
>
<button
type=
"button"
class=
"menu-button button-more has-dropdown js-dropdown-button"
aria-expanded=
"false"
aria-controls=
"${_("
Usermenu
")}"
>
<span
class=
"icon fa fa-caret-down"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
${_("Usermenu dropdown")}
</span>
...
...
@@ -49,7 +49,7 @@ from openedx.core.djangoapps.user_api.accounts.image_helpers import get_profile_
</a>
</li>
<li
class=
"primary"
>
<div
role=
"group"
aria-label=
"User menu"
>
<div
role=
"group"
aria-label=
"User menu"
class=
"user-menu"
>
<button
class=
"dropdown"
aria-expanded=
"false"
><span
class=
"sr"
>
${_("More options dropdown")}
</span><span
class=
"fa fa-sort-desc"
aria-hidden=
"true"
></span></button>
<ul
class=
"dropdown-menu"
aria-label=
"More Options"
role=
"menu"
>
${navigation_dropdown_menu_links()}
...
...
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