Sha256: cde58f7a9f858576b25e5dd4c1588f5787f7dd3dfb6e21c961b388632cf5ecb3

Contents?: true

Size: 809 Bytes

Versions: 2

Compression:

Stored size: 809 Bytes

Contents

.tag-editor {
  margin-bottom: 1.5em;
  max-width: 600px;

  .tags {
    line-height: 1.5;
  }

  .tag {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 4px 5px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 1;
    min-width: 40px;
    input {
      float: left;
      margin: 2px 0 0 0;
    }
    .name {
      float: left;
      padding: 1px 5px;
      margin: 0;
    }
    &.enabled {
      background: #396e97;
      border-color: #274b67;
      color: #fff;
      text-shadow: #274b67 1px 1px 1px;
    }
  }
  .add-tag-form {
    float: left;
    width: 178px;
    white-space: nowrap;
  }
  input.add-tag {
    margin: 0 4px 0 0;
    padding: 4px 3px 3px 3px;
    &.example {
      color: #888;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pages_core-3.4.3 app/assets/stylesheets/pages/admin/tag_editor.css.scss.erb
pages_core-3.4.2 app/assets/stylesheets/pages/admin/tag_editor.css.scss.erb