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

@ -149,4 +149,13 @@
background-color: scale-color($success, $lightness: 90%);
color: $success;
}
}
}
.delete-flag-modal, .agree-flag-modal {
.modal-inner-container {
width: 300px;
}
.btn {
float: none !important;
}
}