FIX: agree/delete flag modals on mobile

This commit is contained in:
Régis Hanol 2014-08-08 12:07:53 +02:00
parent 49f738fe27
commit 5ab571e4b7
1 changed files with 10 additions and 1 deletions

View File

@ -150,3 +150,12 @@
color: $success; color: $success;
} }
} }
.delete-flag-modal, .agree-flag-modal {
.modal-inner-container {
width: 300px;
}
.btn {
float: none !important;
}
}