Author: andre
Date: 2009-11-23 22:50:03 +0100 (Mon, 23 Nov 2009)
New Revision: 39880

Modified:
   openimages/trunk/src/main/webapp/style/css/components.css
Log:
current classes of player 



Modified: openimages/trunk/src/main/webapp/style/css/components.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/components.css   2009-11-23 
21:49:03 UTC (rev 39879)
+++ openimages/trunk/src/main/webapp/style/css/components.css   2009-11-23 
21:50:03 UTC (rev 39880)
@@ -36,22 +36,27 @@
 div.b_user-profile p.description, div.b_user-picture p.description { 
margin-left: 90px; }
 div.b_user-mediapreview p img { margin: 1em 8px -6px 0; }
 
-div.b_user-mediapreview #oiplayer div.player
+/* oiplayer */
+div.b_user-mediapreview div.oiplayer
 {
        width: 284px;
        height: 213px;
        display: block;
        margin-bottom: 4px;
 }
-div.b_user-mediapreview #oiplayer.inavailable
+div.b_user-mediapreview div.oiplayer audio
 {
        width: 284px;
+}
+div.b_user-mediapreview div.inavailable
+{
+       width: 284px;
        height: 213px;
        background-image: url(../images/preview_video.png);
        background-position: -20px -14px;
        background-repeat: no-repeat;
 }
-div.b_user-mediapreview #oiplayer.inavailable p { padding-top: 60px; }
+div.b_user-mediapreview div.inavailable p { padding-top: 60px; }
 
 div.b_user-mediapreview ul.controls { width: 284px; }
 div.b_user-mediapreview dl.media-info { width: 284px; }

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

Reply via email to