Skip to content

Commit

Permalink
Fix for watermark alignment in responsive players
Browse files Browse the repository at this point in the history
JW7-1587
  • Loading branch information
donato committed Oct 13, 2015
1 parent 74248c2 commit bac8197
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/css/imports/icons.less
Expand Up @@ -77,6 +77,7 @@
}
}

.jw-watermark,
.jw-rightclick-logo {
&:before {
content: "\e60b";
Expand Down
9 changes: 5 additions & 4 deletions src/css/imports/logo.less
Expand Up @@ -13,10 +13,11 @@
}

.jw-watermark {
position: relative;
top: 45%;
height: 100%;
width: 100%;
position: absolute;
top: 50%;
left: 0;
right: 0;
bottom: 0;
text-align: center;
font-size: 14em;
color: @active-color;
Expand Down

0 comments on commit bac8197

Please sign in to comment.