app/assets/stylesheets/documents.css in social_stream-documents-0.1.10 vs app/assets/stylesheets/documents.css in social_stream-documents-0.1.11

- old
+ new

@@ -1,22 +1,29 @@ .attachment { padding-top: 10px; } -.attachment_text +.attachment_content { position: relative; width: 90%; vertical-align: middle; line-height: 20px; height: auto; float:left; + font-size:13px; +} + +.attachment_text +{ + line-height: 20px; + height: auto; font-size:13px; } -.attachment_text a +.attachment_text_link { color: #2A3890; padding-left: 10px; } @@ -129,5 +136,50 @@ } .size_19px { width: 19px; } + + +#jpId { + +} + +.jp-audio, .jp-video { + margin: 5px 0 5px 0; +} + +.hidenJplayer { + height: 0px; + width: 0px; +} + +.video_thumbnail_class { + width: 180px; + height: 135px; +} + +.video_thumbnail_image{ + position: relative; + top:0px; + width: 180px; + z-index:1; +} + +.video_thumbnail_play_over { + background: transparent url("jplayer.blue.monday.video.play.png") no-repeat center; + /* position: relative; */ + position: relative; + cursor:pointer; + z-index:2; +} + +.video_thumbnail_play_over:hover { + background: transparent url("jplayer.blue.monday.video.play.hover.png") no-repeat center; +} + +.video_thumbnail_play_over { + top:-135px; + width:180px; + height:135px; +} +