Skip to content

Commit

Permalink
Added the png alternative to the overlay icon for the multimedia player
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Aug 15, 2012
1 parent 7ebbf4a commit 8f8d70c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/js/css/pe-ap-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/css/pe-ap-min.css

Large diffs are not rendered by default.

Binary file added build/js/images/multimedia/overlay.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/js/images/multimedia/overlay.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/js/sass/multimedia.scss
Expand Up @@ -16,7 +16,7 @@ video, object.video {
min-height:1.5em;
}

.wet-boew-multimedia-overlay {
.wet-boew-multimedia .wet-boew-multimedia-overlay {
position:absolute;
background:transparent;
border:0;
Expand All @@ -25,6 +25,11 @@ video, object.video {
display:block;
margin:auto;
}

img {
width:100px;
height:100px;
}
}

@mixin border {
Expand Down

0 comments on commit 8f8d70c

Please sign in to comment.