diff --git a/WebContent/system/style/library.css b/WebContent/system/style/library.css index 0b244bc..88233f6 100644 --- a/WebContent/system/style/library.css +++ b/WebContent/system/style/library.css @@ -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; diff --git a/WebContent/system/style/player.css b/WebContent/system/style/player.css index 1466cbd..89a6e38 100644 --- a/WebContent/system/style/player.css +++ b/WebContent/system/style/player.css @@ -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;