Sha256: b55fe56fe03306a978cf00d04a23657225dfe297ef8e2a56f4fb7969fa034de6

Contents?: true

Size: 387 Bytes

Versions: 8

Compression:

Stored size: 387 Bytes

Contents

.sortable_tree{
  &.expandable{
    h4{
      margin-left: 50px;
    }
  }

  .expand{
    float: left;
    cursor: pointer;

    border: 1px solid lightgray;
    color: lightgray;

    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    text-align: center;
    
    width: 13px;
    height: 13px;
    margin: 3px 10px 0 0;

    &.empty{ display:none !important; }
  }
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
the_sortable_tree-2.6.1 app/assets/stylesheets/expandable_tree.scss
the_sortable_tree-2.6.0 app/assets/stylesheets/expandable_tree.scss
jquery_sortable_tree-3.1.2 app/assets/stylesheets/expandable_tree.css.scss
jquery_sortable_tree-3.1.1 app/assets/stylesheets/expandable_tree.css.scss
jquery_sortable_tree-3.1.0 app/assets/stylesheets/expandable_tree.css.scss
jquery_sortable_tree-3.0.0 app/assets/stylesheets/expandable_tree.css.scss
the_sortable_tree-2.5.0 app/assets/stylesheets/expandable_tree.css.scss
the_sortable_tree-2.4.0 app/assets/stylesheets/expandable_tree.css.scss