yaz/commit

move player futher out of window

authorMichiel Hildebrand
Thu Mar 17 16:08:19 2011 +0100
committerMichiel Hildebrand
Thu Mar 17 16:08:19 2011 +0100
commit8466b8d6da4380a0d7ac0afe759606f04ee29723
treebd406cb05d692fa51d5e5f9d46f43f15ffe5c671
parent9381f1f2c6117dabfc433297ced36d135cbbdb18
Diff style: patch stat
diff --git a/web/css/player.css b/web/css/player.css
index fc1c5dd..9f9667e 100644
--- a/web/css/player.css
+++ b/web/css/player.css
@@ -343,7 +343,7 @@ ul.game-players {
 }
 #videoplayer.hidden {
 	height: 0;
-	margin-left: -1000px;
+	margin-left: -10000px;
 }
 
 .yui3-video-frames-content {
@@ -410,4 +410,4 @@ ul.game-players {
 }
 .yui3-video-frames .users.hidden {
 	display: none;
-}
\ No newline at end of file
+}