Sha256: c33bcdb732b44616bafac8d60274ebfe3ac095768c056f76bd9c14d31983fc20

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

.person-preview .preview-picture-placeholder, .person-preview .preview-picture {
  height: <%= Ecm::Pictures::Configuration.picture_image_styles[:medium_thumb].split("x").first %>px;
  width:  <%= Ecm::Pictures::Configuration.picture_image_styles[:medium_thumb].split("x").last %>px;
  text-align: center;
  font-size: 64px;
  line-height: <%= Ecm::Pictures::Configuration.picture_image_styles[:medium_thumb].split("x").first %>px;
  padding: 0px;
}

.person-preview .preview-picture img {
  height: auto;
  width: <%= Ecm::Pictures::Configuration.picture_image_styles[:medium_thumb].split("x").last %>px;
}

.person-preview .media-heading, .person-preview .media-heading h4 {
  height: <%= Ecm::Pictures::Configuration.picture_image_styles[:medium_thumb].split("x").first %>px;
  line-height: <%= Ecm::Pictures::Configuration.picture_image_styles[:medium_thumb].split("x").first.to_i + 10 %>px;
  margin-bottom: 10px;
}

.person-preview .person-description {
  margin-top: 20px;
}

.person-preview .person-positions {
  clear: both;
}

.person-preview .table {
  margin-left: auto;
  margin-right: auto;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_staff-0.0.2.pre app/assets/stylesheets/ecm/staff/person_position.css.erb
ecm_staff-0.0.1.pre app/assets/stylesheets/ecm/staff/person_position.css.erb