Sha256: 60d57c9fc0332871309e2c551307b0c4a7431dc5801a996ad1b242a6ba7ee211

Contents?: true

Size: 970 Bytes

Versions: 2

Compression:

Stored size: 970 Bytes

Contents

ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;

  &#layoutpages {
    margin-top: 16px;

    li {
      margin-left: 8px;
    }
  }

  li {
    list-style-type: none;
    display: block;
    margin-bottom: 0;

    &.list-header {
      overflow: hidden;
      background-color: transparent;
      font-weight: bold;
      padding: $default-padding 2*$default-padding;
      margin-bottom: 2*$default-margin;

      .list-secondary {
        color: $text-color;
      }
    }

    &.even {
      background-color: $table-row-even-background-color;
    }

    &.odd {
      background-color: $table-row-odd-background-color;
    }
  }

  .list-primary,
  .list-secondary {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }

  .list-primary {
    float: left;
    max-width: 65%;
  }

  .list-secondary, .right {
    float: right;
    text-align: left;
    width: 30%;
    color: $dark-gray;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alchemy_cms-4.1.0.rc1 app/assets/stylesheets/alchemy/lists.scss
alchemy_cms-4.1.0.beta app/assets/stylesheets/alchemy/lists.scss