diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-05 11:13:32 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-05 11:13:32 +0100 |
commit | ba03b78e4e52356a57c8aace58145c6b14246485 (patch) | |
tree | 619615750e7c8c521c9ce31a57d49ab41fe04fb3 | |
parent | f5689d400edab7d3a48b47f4aebce7c62a040b09 (diff) | |
parent | c2e532de826017947db6ad0228f7f9c6c0c1e659 (diff) |
Merge branch 'hotfix/0.18.0.11' into rails-3-develop
-rw-r--r-- | app/assets/stylesheets/responsive/_attachments_layout.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/responsive/_attachments_layout.scss b/app/assets/stylesheets/responsive/_attachments_layout.scss index b41210a5f..070c288b8 100644 --- a/app/assets/stylesheets/responsive/_attachments_layout.scss +++ b/app/assets/stylesheets/responsive/_attachments_layout.scss @@ -62,7 +62,13 @@ } #wrapper_google_embed iframe { - min-height: 800px; + min-height: 400px; + @include respond-min($main_menu-mobile_menu_cutoff ){ + min-height: 800px; + @include lte-ie7{ + height:800px !important; + } + } } |