Sha256: 2ba315f459a29f48f47dd206f37be89b576aab1c906f7518083ce0edd8e8c2dd

Contents?: true

Size: 532 Bytes

Versions: 16

Compression:

Stored size: 532 Bytes

Contents

.tree{
  margin:0; padding:0;
  *{ margin: 0; padding: 0; }

  ol{
    margin: 0 0 0 13px;
    padding: 0 0 0 15px;
    border-left: 1px dashed gray;
    list-style: none outside none;
  }

  li{
    margin-bottom:5px;
    position: relative;
    list-style: none outside none;
  }

  a{
    color: black;
    font-size: 14px;

    &:hover {
      color: black;
      background: #ddd;
    }
  }

  .item{
    padding: 5px;
    background: #eee;
    margin-bottom: 5px;
    border-radius: 3px;
    &:hover{ background: #ddd; }
  }
}

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
the_sortable_tree-2.6.1 app/assets/stylesheets/tree.scss
the_sortable_tree-2.6.0 app/assets/stylesheets/tree.scss
jquery_sortable_tree-3.1.2 app/assets/stylesheets/tree.css.scss
jquery_sortable_tree-3.1.1 app/assets/stylesheets/tree.css.scss
jquery_sortable_tree-3.1.0 app/assets/stylesheets/tree.css.scss
jquery_sortable_tree-3.0.0 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.5.0 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.4.0 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.3.3 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.3.2 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.3.1 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.3.0 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.2.1 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.2.0 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.1.0 app/assets/stylesheets/tree.css.scss
the_sortable_tree-2.0.0 app/assets/stylesheets/tree.css.scss