Skip to content

Commit

Permalink
SAK-41627 GB: The up/down arrows for item order don't seem to line up…
Browse files Browse the repository at this point in the history
… with the row and the down arrow is hidden behind the up arrow
  • Loading branch information
josecebe authored and Miguel Pellicer committed Apr 16, 2019
1 parent 4375aa4 commit 5ada4a6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions gradebookng/tool/src/webapp/styles/gradebook-sorter.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@

#gradebookSorter .gb-sort-up {
position: absolute;
right: -50px;
top: -7px;
right: -35px;
top: -1px;
height: 6px;
line-height: 3px;
padding: 6px 10px;
}

#gradebookSorter .gb-sort-up:before {
Expand All @@ -56,10 +57,11 @@

#gradebookSorter .gb-sort-down {
position: absolute;
right: -50px;
bottom: -7px;
right: -35px;
bottom: -1px;
height: 6px;
line-height: 3px;
padding: 6px 10px;
}

#gradebookSorter .gb-sort-down:before {
Expand Down

0 comments on commit 5ada4a6

Please sign in to comment.