app/assets/stylesheets/mercury/modal.scss in mercury-rails-0.1.0 vs app/assets/stylesheets/mercury/modal.scss in mercury-rails-0.1.1

- old
+ new

@@ -75,12 +75,13 @@ } .mercury-modal-content { position: relative; overflow: auto; float: left; - -moz-box-sizing: border-box; box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; padding: 20px 20px 10px; font-family: Helvetica, Tahoma, Arial, sans-serif; color: #000; &:after { display: block; @@ -107,9 +108,10 @@ textarea { resize: none; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; } } /* * Specific Modals (eg. htmleditor) *----------------------------------------------------------------------------*/