Sha256: 113be9b41462f0abca28404d1e3b480f0a994c8fbc407a036eec37500a5e1e79

Contents?: true

Size: 1.31 KB

Versions: 2

Compression:

Stored size: 1.31 KB

Contents

/*
 *= require tree
 *= require nested_options
 */

.sortable_tree{
  margin: 0; padding: 0;

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

  li{
    position: relative;
    list-style: none outside none;
  }

  .link{
    font-weight:normal;
    text-decoration:none;
    margin-left:30px;
    margin-right:120px;
    display:block;
    font-size: 14px;
    padding: 12px 7px;
  }

  h4 {
    margin: 0
  }

  .handle{
    background: url(/assets/brightcontent/move.png) no-repeat;

    width: 10px;
    height: 10px;
    position: absolute;
    top: 18px;
    left: 13px;
    cursor: move;
  }

  .item{
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    .link { font-weight: bold; }
    &:hover{ background: #ffc; }
  }

  .nested_set .item {
    background: #f7f7f7;
    .link { font-weight: normal; color: #333; }
    &:hover{ background: #ffc; }
  }

  .nested_set .nested_set .item {
    background: #eee;
    &:hover{ background: #ffc; }
  }

  .placeholder {
    background-color: #d9edf7;
  }

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

  .controls {
    display: none;
    position: absolute;
    right: 13px;
    top: 11px;
  }

  .item:hover .controls {
    display: block;
  }

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
brightcontent-pages-2.0.33 app/assets/stylesheets/brightcontent/pages.css.scss
brightcontent-pages-2.0.31 app/assets/stylesheets/pages.css.scss