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.
This commit is contained in:
Brentley Jones 2013-07-16 21:05:33 +00:00
parent a03e933eb6
commit f26b479458

View file

@ -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;
}