Author: andre
Date: 2010-04-10 16:16:05 +0200 (Sat, 10 Apr 2010)
New Revision: 41829

Modified:
   openimages/trunk/src/main/webapp/oiplayer/css/oiplayer.css
Log:
made position in fullscreen mode fixed


Modified: openimages/trunk/src/main/webapp/oiplayer/css/oiplayer.css
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/css/oiplayer.css  2010-04-09 
16:47:29 UTC (rev 41828)
+++ openimages/trunk/src/main/webapp/oiplayer/css/oiplayer.css  2010-04-10 
14:16:05 UTC (rev 41829)
@@ -20,6 +20,7 @@
        display: block;
        margin: 0;
        padding: 0;
+       border: 0;
 }
 
 div.oiplayer > div.player
@@ -30,8 +31,6 @@
        margin: 0;
        padding: 0;
        z-index: 10;
-       background-color: #000;
-       /*height: 240px;*/
 }
 
 div.oiplayer > div.controls
@@ -285,6 +284,11 @@
        background-repeat: repeat;
 }
 
+div#oiplayer-fullscreen > div.oiplayer
+{
+       position: fixed;
+       top: 0;
+}
 div#oiplayer-fullscreen > div.oiplayer > img.preview
 {
        margin: 0 auto;

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to