improve placement of the modal dialog for creating new courses

This commit is contained in:
Benjamin Dauvergne 2012-11-06 17:26:22 +01:00
parent f2a0ad1fdf
commit 55e9c907f9
1 changed files with 1 additions and 2 deletions

View File

@ -12,13 +12,12 @@
height: 10em;
}
.modal.large {
margin: -250px 0px 0px -380px;
margin: -300px 0px 0px -380px;
width: 760px;
}
.modal.large .modal-body {
max-height: 600px;
}
</style>
{% endblock %}