Skip to content

Commit

Permalink
Hide flash box after unblock (attempt #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darep committed Jun 28, 2012
1 parent 22f4586 commit a1ec428
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions app/assets/stylesheets/other.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit a1ec428

Please sign in to comment.