Sha256: 46452c1b4c8a747e788f4ffe64405dbc418d7bbb4a85ec62b5ea38dd2a85415a
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 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; } a{ 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; a { font-weight: bold; } &:hover{ background: #ffc; } } .nested_set .item { background: #f7f7f7; a { 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; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brightcontent-pages-2.0.30 | app/assets/stylesheets/pages.css.scss |