Sha256: 46e99614524e65ac6fc7b7a39d76b0c06a85c6f231202ebe1afab825190d2ebf

Contents?: true

Size: 825 Bytes

Versions: 97

Compression:

Stored size: 825 Bytes

Contents

ul.files_gallery {
  margin-top: 10px;

  > li {
    background-color: #eee;
    margin-bottom: 2px;
    position: relative;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 10px 5px 5px 5px;

    width: 20%;
    min-width: 110px;
    max-width: 180px;

    cursor: pointer;

    &.active {
      background-color: $highlight-color;
    }

    &.disabled {
      opacity: 0.5;

      cursor: default;

      @include background-icon-right(#18A507, 22px, 18px);
      @include check-icon;
    }
  }

  li.blank_slate {
    text-align: center;
    padding: 10px 5px 20px 5px;
    color: #888;
  }

  .file_thumbnail {
    height: 100px;
    width: 100px;
    display: block;
    margin: auto;
  }

  .file_name {
    margin-top: 5px;
    display: block;

    height: 1.3em;
    @include label;
  }
}

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
pageflow-14.5.2 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.6.1 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.6.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.5.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.4.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.3.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.2.2 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.2.1 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.2.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.2 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.1 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.0.rc0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.0.beta6 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.0.beta5 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.0.beta4 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.0.beta3 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.0.beta2 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.1.0.beta1 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-15.0.2 app/assets/stylesheets/pageflow/editor/files_gallery.scss