Skip to content

Commit

Permalink
reduced height of mejs error
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatthys committed May 11, 2012
1 parent 047bb18 commit 11cc6f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/css/plex.css
Expand Up @@ -8738,9 +8738,9 @@ ul.nav .dropdown-menu:after {
} }
.me-cannotplay { .me-cannotplay {
width: 100% !important; width: 100% !important;
height: 500px !important; height: 400px !important;
text-align: center; text-align: center;
line-height: 500px !important; line-height: 400px !important;
} }
.player-wrapper { .player-wrapper {
position: relative; position: relative;
Expand Down
4 changes: 2 additions & 2 deletions app/less/player.less
Expand Up @@ -29,9 +29,9 @@


.me-cannotplay { .me-cannotplay {
width: 100% !important; width: 100% !important;
height: 500px !important; height: 400px !important;
text-align: center; text-align: center;
line-height: 500px !important; line-height: 400px !important;
} }


.player-wrapper { .player-wrapper {
Expand Down

0 comments on commit 11cc6f0

Please sign in to comment.