Skip to content

Commit

Permalink
Merge pull request inclusive-design#64 from heidiv/development
Browse files Browse the repository at this point in the history
Over-ride max-width style for fullscreen
  • Loading branch information
heidiv committed Mar 5, 2013
2 parents 788edce + 5a7c7aa commit 76b49b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1804,3 +1804,15 @@ a.idi-project-link {
.entry .fl-videoPlayer-overlay {
max-width: 27.75em;
}

:-moz-full-screen .fl-videoPlayer-video-element,
:-moz-full-screen .fl-videoPlayer-video-play,
:-moz-full-screen .fl-videoPlayer-overlay {
max-width: none;
}

:-webkit-full-screen .fl-videoPlayer-video-element,
:-webkit-full-screen .fl-videoPlayer-video-play,
:-webkit-full-screen .fl-videoPlayer-overlay {
max-width: none;
}

0 comments on commit 76b49b9

Please sign in to comment.