Sha256: d7063ac5672a8116ad4e00f178a8076b4956712d69843e38914b198a3a1f4cac

Contents?: true

Size: 856 Bytes

Versions: 6

Compression:

Stored size: 856 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;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pageflow-0.1.0 app/assets/stylesheets/pageflow/editor/files_gallery.css.scss
pageflow-0.0.5 app/assets/stylesheets/pageflow/editor/files_gallery.css.scss
pageflow-0.0.4 app/assets/stylesheets/pageflow/editor/files_gallery.css.scss
pageflow-0.0.3 app/assets/stylesheets/pageflow/editor/files_gallery.css.scss
pageflow-0.0.2 app/assets/stylesheets/pageflow/editor/files_gallery.css.scss
pageflow-0.0.1 app/assets/stylesheets/pageflow/editor/files_gallery.css.scss