app/assets/stylesheets/documents.css in social_stream-documents-0.2.6 vs app/assets/stylesheets/documents.css in social_stream-documents-0.2.7
- old
+ new
@@ -161,10 +161,13 @@
.video_thumbnail_image{
position: relative;
top:0px;
width: 180px;
z-index:1;
+ width: 180px;
+ height: 135px;
+ overflow: hidden;
}
.video_thumbnail_play_over {
background: transparent url("jplayer.blue.monday.video.play.png") no-repeat center;
/* position: relative; */
@@ -185,6 +188,11 @@
/* needed to hide the flash element when used */
.jpId_size0{
width: 0px;
height: 0px;
+}
+
+
+.processing_text{
+ padding: 10px 0px 10px 50px;
}