FIX: smaller agree/delete flag modals on mobile

This commit is contained in:
Régis Hanol 2014-08-08 12:10:32 +02:00
parent 5ab571e4b7
commit 7e7938e37f
2 changed files with 7 additions and 4 deletions

View File

@ -1146,9 +1146,6 @@ button.ru {
} }
.delete-flag-modal, .agree-flag-modal { .delete-flag-modal, .agree-flag-modal {
.modal-inner-container {
width: 400px;
}
button { button {
display: block; display: block;
margin: 10px 0 10px 10px; margin: 10px 0 10px 10px;

View File

@ -199,3 +199,9 @@ animation: modal .25s;
max-height: 150px; max-height: 150px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.delete-flag-modal, .agree-flag-modal {
.modal-inner-container {
width: 400px;
}
}