Skip to content

Commit

Permalink
SAK-32709 Fix for page order options going offscreen (sakaiproject#4620)
Browse files Browse the repository at this point in the history
The previous fix caused any other dropdowns used in tools used as a helper from site-info to be incorrectly positioned.

It’s also the cleaner and more correct fix for the issue in the first place.
  • Loading branch information
buckett authored Jul 18, 2017
1 parent fdd196f commit 60f5311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
.#{$namespace}sakai-siteinfo{
.open > .dropdown-menu{
left: -124px;
width: 160px;
> li > a {
white-space: normal;
}
}

.groups-site{
list-style: none;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3 rsf:id="msg=page_title">page_title</h3>
<a data-target="#" href="#" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<span class="glyphicon glyphicon-cog"></span>
</a>
<ul class="dropdown-menu">
<ul class="dropdown-menu dropdown-menu-right">
<li>
<a href="#" rsf:id="edit-link" class="item_control" title="Edit This Item" alt="Edit This Page" onclick="showEditPage(this); return false;">
<span class="glyphicon glyphicon-pencil"></span>
Expand Down

0 comments on commit 60f5311

Please sign in to comment.