Skip to content

Commit

Permalink
prevents overlapping of inputs in grade pass back dialog
Browse files Browse the repository at this point in the history
fixes SIS-677

Test plan:
- go to the gradebook
- click the 'Post Grades' button
- resize the broswer window and confirm the inputs don't overlap

Change-Id: Ibf4d59aeb0c0a1374d71b19a204899de3d7d4982
Reviewed-on: https://gerrit.instructure.com/45328
Tested-by: Jenkins <[email protected]>
Reviewed-by: Tyler Pickett <[email protected]>
QA-Review: Jeremy Putnam <[email protected]>
Product-Review: Cosme Salazar <[email protected]>
  • Loading branch information
theluxembourg authored and Duane Johnson committed Dec 6, 2014
1 parent fbbd850 commit 83bef40
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/stylesheets/pages/gradebook2/grade_passback.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@
margin-left: 14px;
height: 52px;
}

/* Prevents the name input in the grade pass back from overlapping each other */
.correction-row .span3 {
width: 270px;
}

/* Prevents the date input in the grade pass back from overlapping each other */
.correction-row .span2 {
width: 170px;
}

.title-row {
margin-left: 14px;
}
Expand Down

0 comments on commit 83bef40

Please sign in to comment.