Sha256: fd5583afb343db1cd91825f4212a41c72298a6fd99583f7f99a53161188b142d

Contents?: true

Size: 1.16 KB

Versions: 49

Compression:

Stored size: 1.16 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_preview img.link_error{
  margin: auto;
  margin-top: 40px;
}
#link_preview div.link_error{
  margin: auto;
  margin-top: 5px;
}
.link {
  position: relative;
  padding: 10px;
}
.link .thumbnail, .link .thumbnail img{
  position: relative;
  float: left;
  max-height: 97px;
  max-width: 130px;
  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: 350px;
  text-align: left;
}
.activity_objects .link .info{
  width: 310px;
}
.link .info .title{
  font-weight: bold;
  margin-bottom: 3px;
}
.link .info .url{
  text-decoration: underline;
  margin-bottom: 5px;
}
.link .info .description textarea {
	height: 60px;
}
.link iframe{
  border: 0;
} 

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
social_stream-1.1.12 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-1.1.2 app/assets/stylesheets/linkser.css.scss
social_stream-1.1.11 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.10 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.9 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.8 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.7 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.6 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.5 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-1.1.1 app/assets/stylesheets/linkser.css.scss
social_stream-1.1.4 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.3 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.2 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.1 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-1.1.0 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-1.1.0 app/assets/stylesheets/linkser.css.scss
social_stream-1.0.1 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-1.0.0 app/assets/stylesheets/linkser.css.scss
social_stream-0.30.2 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-0.30.1 linkser/app/assets/stylesheets/linkser.css.scss