Skip to content

Commit

Permalink
Merge pull request sakaiproject#2598 from alejandrogj/SAK-31045
Browse files Browse the repository at this point in the history
SAK-31045 "Created" confirmation lightbox displays too low on page
  • Loading branch information
juanjmerono committed May 20, 2016
2 parents a6d4f9c + b1b09e2 commit d7cfc1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
.course-section{
max-width: 500px;
}

@media #{$phone}{
#flashNotif{
width: 95%;
left: 2.5%;
}
}
}
2 changes: 1 addition & 1 deletion reference/library/src/webapp/skin/tool_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ ul.calendarLegend li{
}
#flashNotif {
position:absolute;
top:25px;
top:-475px;
left:30%;
right:30%;
padding:15px;
Expand Down

0 comments on commit d7cfc1d

Please sign in to comment.