From 5ab571e4b7c6778e3251808641bf85f42cfe611e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 8 Aug 2014 12:07:53 +0200 Subject: [PATCH] FIX: agree/delete flag modals on mobile --- app/assets/stylesheets/mobile/modal.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index 5618b486325..5b3c69e67ac 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -149,4 +149,13 @@ background-color: scale-color($success, $lightness: 90%); color: $success; } -} \ No newline at end of file +} + +.delete-flag-modal, .agree-flag-modal { + .modal-inner-container { + width: 300px; + } + .btn { + float: none !important; + } +}