Sha256: 86f35e06f425f9dc6d7e3064fb55b9210d2c86c48649c56dd7b284c4edd4fc26

Contents?: true

Size: 936 Bytes

Versions: 3

Compression:

Stored size: 936 Bytes

Contents

ol.sortable_tree {
  list-style: none;
  max-width: 1000px;
  li {
    margin-bottom: 5px;
    .tree-item_wrap {
      overflow: hidden;
      zoom: 1;
      padding: 2px;
      margin: 0 0 5px 5px;
      background: #EFEFEF;
      >i {
        cursor: move;
        float: left;
        margin: 6px 15px 0 6px;
      }
      .tree-item_link {
        float: left;
        margin-top: 5px;
      }
      .controls {
        float: right;
        .btn {
          width: 20px;
          margin-right: 5px;
        }
      }
    }
    ol {
      list-style: none;
      margin: 0 0 0 25px;
      border-left: 1px dashed gray;
    }
  }
}

.nested_set .placeholder {
  background-color: #EEF;
  border: 1px dashed blue;
}

.nested_set .ui-nestedSortable-error {
  background: #FAA;
  color: #8a1f11;
}

#main {
  .tree_view {
    #columns_hider_wrap {
      display: none;
    }
    .content_actions {
      margin-left: 20px;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ab_admin-0.11.0 app/assets/stylesheets/ab_admin/components/_tree_view.scss
ab_admin-0.10.0 app/assets/stylesheets/ab_admin/components/_tree_view.scss
ab_admin-0.9.0 app/assets/stylesheets/ab_admin/components/_tree_view.scss