diff --git a/app/assets/stylesheets/other.css.scss b/app/assets/stylesheets/other.css.scss index 90bb39b..4c5cd51 100644 --- a/app/assets/stylesheets/other.css.scss +++ b/app/assets/stylesheets/other.css.scss @@ -104,18 +104,21 @@ } /* soundmanager 2 */ -.swf_timedout { +#sm2-container { + height:0; + width:0; + visibility:hidden; +} +#sm2-container.swf_timedout { background:#222; background:rgba(0,0,0, 0.8); + height:300px; + padding:3em; position:absolute; left:40%; top:40%; - padding:3em; text-align:center; + visibility:visible; + width:400px; z-index:999; } -.swf_unblocked { - height:0; - width:0; - visibility:hidden; -}