Skip to content

Commit

Permalink
Updated loader position on webOS screens
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjhogan committed Jul 29, 2014
1 parent 0ce821e commit 9ac07c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WebContent/system/style/library.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ body.xlarge {

#loader {
position: absolute;
top: 610px;
left: 1070px;
bottom: 40px;
right: 40px;
width: 150px;
text-align: center;
border-radius: 5px;
Expand Down
4 changes: 2 additions & 2 deletions WebContent/system/style/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ body.xlarge {

#loader {
position: absolute;
top: 610px;
left: 1070px;
bottom: 40px;
right: 40px;
width: 150px;
text-align: center;
border-radius: 5px;
Expand Down

0 comments on commit 9ac07c2

Please sign in to comment.