spec/dummy/tmp/cache/assets/CB0/EC0/sprockets%2F1de9c77d6180f2935408710b80c7b5d1 in woople-theme-0.8.3 vs spec/dummy/tmp/cache/assets/CB0/EC0/sprockets%2F1de9c77d6180f2935408710b80c7b5d1 in woople-theme-0.8.4

- old
+ new

@@ -1,8 +1,8 @@ -o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1353700561.3727832: @value"`{I" +o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1354043372.393034: @value"|{I" class:EFI"BundledAsset;FI"logical_path;FI"woople-theme/index.css;TI" pathname;FI"d/Users/adamdoeler/Sites/bigbang/woople-theme/app/assets/stylesheets/woople-theme/index.css.less;TI"content_type;FI" text/css;FI" -mtime;FI"2012-11-23T14:56:00-05:00;FI" length;FiI" digest;F"%cd21cf55dbdbfae603fe001c604b6e00I" source;FI"article, +mtime;FI"2012-11-27T14:09:28-05:00;FI" length;FiI" digest;F"%10af19920cb4b26d0fc8bcdb69056910I" source;FI"article, aside, details, figcaption, figure, footer, @@ -8798,92 +8798,102 @@ box-sizing: border-box; } /* LEGACY */ /*course*/ /* LEGACY */ -.modal-backdrop { - opacity: 0.5; +.player .player-header { + border-bottom: 1px solid #ddd; + padding: 10px 20px; } -.modal { - width: 720px; - margin: -250px 0 0 -360px; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - background-color: #f9f7f7; - border: none; - -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); - -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); -} -.modal h3 { +.player .player-header h3 { font-weight: 300; font-size: 18px; line-height: 1.5em; margin-bottom: 0.5em; margin-bottom: 0; } -.modal .modal-footer { - background-color: #f9f7f7; +.player .player-body { + padding: 10px 20px; + overflow: visible; } -.modal .modal-footer #btn-favorite { - float: left; +.player .player-body .player-video { + display: block; + height: 550px; + overflow: hidden; +} +.player .player-body .player-video iframe, +.player .player-body .player-video object, +.player .player-body .player-video embed { + width: 100%; + height: 100%; +} +.player .player-body .player-video .player-video-box { + background: black; + width: 100%; + height: 100%; +} +.player .player-body .player-video .player-video-box #theme_video_html5_api { + margin: 0; +} +.player .player-body .player-video .player-video-box img { + display: block; +} +.player .player-footer { + border-bottom: 1px solid #ddd; + padding: 10px 20px; + padding-top: 0; +} +.player .player-footer #btn-favorite { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } -.modal .modal-footer .btn-group { +.player .player-footer .likes { + float: right; +} +.player .player-footer .btn-group { display: inline-block; } -.modal .modal-footer .btn { +.player .player-footer .btn { line-height: 16px; } -.modal .modal-footer button { +.player .player-footer button { opacity: 0.8; } -.modal .modal-footer button.active { +.player .player-footer button.active { color: black; } -.modal .modal-body { - max-height: initial; - padding: 0; - background-color: #f9f7f7; - max-height: 600px; - overflow: visible; +@media (max-width: 1024px) { + .player .player-body .player-video { + height: 410px; + } } -.modal .modal-body .modal-video { - position: relative; - padding-bottom: 56.25%; - padding-top: 30px; - /* ie 6 workaround */ - - height: 0; - overflow: hidden; +@media (max-width: 768px) { + .player .player-body .player-video { + height: 430px; + } } -.modal .modal-body .modal-video iframe, -.modal .modal-body .modal-video object, -.modal .modal-body .modal-video embed { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; +@media (max-width: 480px) { + .player .player-header { + padding: 10px; + } + .player .player-body { + padding: 10px; + } + .player .player-body .player-video { + height: 210px; + } + .player .player-footer { + padding: 10px; + padding-top: 0; + } } -.modal .modal-body .modal-video .modal-video-box { - background: black; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; +@media (max-width: 320px) { + .player .player-body .player-video { + height: 180px; + } } -.modal .modal-body .modal-video .modal-video-box #theme_video_html5_api { - margin: 0; -} -.modal .modal-body .modal-video .modal-video-box img { - display: block; -} .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { @@ -9822,60 +9832,10 @@ /*course*/ /* LEGACY */ header + .outline h2 { border-top: 0; } -@media (max-width: 767px) { - #content_outline .modal-body { - padding: 0; - max-height: 600px; - overflow: visible; - } - #content_outline .modal-body .modal-video { - position: relative; - padding-bottom: 56.25%; - padding-top: 30px; - /* ie 6 workaround */ - - height: 0; - overflow: hidden; - } - #content_outline .modal-body .modal-video iframe, - #content_outline .modal-body .modal-video object, - #content_outline .modal-body .modal-video embed { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } - #content_outline .modal-body .modal-video .modal-video-box { - background: black; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } - #content_outline .modal-body .modal-video .modal-video-box #theme_video_html5_api { - margin: 0; - } - #content_outline .modal-body .modal-video .modal-video-box img { - display: block; - } - #content_outline .modal-header { - display: none; - } - #content_outline .modal-footer { - padding: 0; - padding-top: 10px; - border: none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - } -} /* @@ -9900,6 +9860,6 @@ PAGE SPECIFIC STYLES */ -;FI"required_assets_digest;F"%0a901990c1918709a0dbd98899ed6b42I" _version;F"%9f3b95dd7ea3030dc35985c0a8020862 +;FI"required_assets_digest;F"%63926f73f26e3fcaa9100b9906886149I" _version;F"%9f3b95dd7ea3030dc35985c0a8020862 \ No newline at end of file