Sha256: 8ffe38a68af3ad6614fe65468d5fbb606587675f8be85b7e741661a04ffc3bc7

Contents?: true

Size: 1 KB

Versions: 6

Compression:

Stored size: 1 KB

Contents

@import "colors";

#link_preview {
  width: 510px;
  height: 120px;
  border: 1px solid $auxiliar-color;
  margin: 5px auto;
}

#link_preview img.loading{
  margin: auto;
  margin-top: 40px;
}
#link_preview div.loading{
  margin: auto;
  margin-top: 50px;
}
.link {
  position: relative;
  padding: 10px;
}
.link .thumbnail, .link .thumbnail img{
  position: relative;
  float: left;
  max-height: 100px;
  max-width: 120px;
  margin-right:10px;
}
.link .thumbnail img.play_button{
  position: absolute;
  bottom: 2px;
  left: 2px;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}
.link .thumbnail img.play_button:hover{
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
}
.link .info{
  float: left;
  width: 360px;
  text-align: left;
}
.activity_objects .link .info{
  width: 320px;
}
.link .info .title{
  font-weight: bold;
  margin-bottom: 3px;
}
.link .info .url{
  text-decoration: underline;
  margin-bottom: 5px;
}
.link .info .description{
}
.link iframe{
  border: 0;
} 

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
social_stream-0.15.4 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-0.0.4 app/assets/stylesheets/linkser.css.scss
social_stream-linkser-0.0.3 app/assets/stylesheets/linkser.css.scss
social_stream-0.15.1 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-0.15.0 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-0.0.2 app/assets/stylesheets/linkser.css.scss