From f26b479458f286aa581108396943f32c0dfd69ad Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Tue, 16 Jul 2013 21:05:33 +0000 Subject: [PATCH] FIX: History modal having custom (old) setting of min height and width. It is functional, but it no longer resizes down. I would look at making this fluid or having a style for mobile. --- app/assets/stylesheets/application/history.css.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/application/history.css.scss b/app/assets/stylesheets/application/history.css.scss index 38301a66aab..ca4bc56b5c4 100644 --- a/app/assets/stylesheets/application/history.css.scss +++ b/app/assets/stylesheets/application/history.css.scss @@ -5,9 +5,11 @@ @import "foundation/mixins"; .modal.history-modal { - width: 960px; - margin-left: -460px; - min-height: 500px; + .modal-inner-container { + min-width: 960px; + min-height: 500px; + } + ins { background: #e6ffe6; }