Sha256: f083667da67d8a21eba6ac91e986a659b7cdd51b875b414c9364fa9c6d5e7cd4

Contents?: true

Size: 862 Bytes

Versions: 4

Compression:

Stored size: 862 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;
}

.tree_view {
  #columns_hider_show {
    display: none;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ab_admin-0.3.6 app/assets/stylesheets/ab_admin/components/_sortable_tree.css.scss
ab_admin-0.3.5 app/assets/stylesheets/ab_admin/components/_sortable_tree.css.scss
ab_admin-0.3.4 app/assets/stylesheets/ab_admin/components/_sortable_tree.css.scss
ab_admin-0.3.3 app/assets/stylesheets/ab_admin/components/_sortable_tree.css.scss