Major bugfix with new modal. Minified CSS.

This commit is contained in:
Tom Price
2015-05-18 18:34:18 +01:00
parent dae29bd5a7
commit c96e9ae5b4
3 changed files with 8 additions and 9046 deletions

File diff suppressed because one or more lines are too long

View File

@@ -59,3 +59,7 @@ textarea {
max-width: 100%;
overflow: hidden;
}
.modal-dialog {
z-index: inherit; // bug fix introduced in 52682ce
}

View File

@@ -140,7 +140,7 @@
</div>
</div>
<div class="modal fade" id="modal"></div>
<div class="modal fade" id="modal" role="dialog" tabindex=-1></div>
<script>
Date.prototype.getISOString = function () {