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.0.0.beta2 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-14.0.0.beta1 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.6.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.5.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.4.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.3.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.2.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-12.6.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.1.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-12.5.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-12.4.1 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.0.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.0.0.rc1 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-12.4.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-12.3.0 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.0.0.beta7 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.0.0.beta6 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.0.0.beta5 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.0.0.beta4 app/assets/stylesheets/pageflow/editor/files_gallery.scss
pageflow-13.0.0.beta3 app/assets/stylesheets/pageflow/editor/files_gallery.scss