Skip to content

Commit

Permalink
[Ravi helps zhewei] fix bug: In the view of editing assignment, there…
Browse files Browse the repository at this point in the history
… is something wrong with javascript which make the page all gray when an warning is popped up.
  • Loading branch information
Winbobob committed Aug 22, 2015
1 parent 48c775b commit a7e2b7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -512,4 +512,11 @@ border-spacing: 0px; }
float: left; width: 230px; margin-left: 16px; background: none repeat scroll 0pt 0pt rgb(250, 250, 234);
}

/* overriding bootstrap method */
.modal-backdrop {
z-index: 0 !important;
}

.ui-dialog-titlebar-close {
visibility: hidden !important;
}

0 comments on commit a7e2b7c

Please sign in to comment.