Handle nginx 499s and double requests

This commit is contained in:
Julian Arni
2013-08-22 14:04:23 -04:00
parent 8a8bcf289f
commit fcd11d93d5
3 changed files with 19 additions and 3 deletions

View File

@@ -57,6 +57,11 @@ body.course.import {
color: $error-red;
}
.status-block {
display: none;
font-size: 13px;
}
.choose-file-button {
@include blue-button;
padding: 10px 50px 11px;