Sha256: 2ddf64c568cd39092b1a2a1918eb2fc96b2ca98e36cbb480d36cb12e086ef760

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 KB

Contents

@import "variables"

@import "compass/css3/inline-block"

.root-tree
  padding-left: 0
  > .node
    margin-bottom: 20px
  .tree
    padding-left: 40px
    .sortable-dragging
      .placeholder,
      .btn-group
        display: none

  .sortable-placeholder
    height: 30px
    margin: 10px 0px 20px 0

.node
  border-left: 4px solid $gray
  padding-bottom: 5px
  .node-row
    padding: 5px
    &:hover
      background-color: $table-bg-hover
  .handle
    cursor: move
    padding: 5px
    text-align: center
    width: 32px
    +inline-block
    margin-top: 3px
    &:focus,
    &:active,
    &:hover
      cursor: move

  .node-name
    margin-top: 3px
    +inline-block

  .placeholder
    height: 30px
    border: dashed 1px $gray
    margin-top: 5px

.tree
  list-style: none
  .node:last-child
    margin-bottom: 20px

.table >
  tbody > tr >
    td, th
      border-width: 1px
      vertical-align: middle
  tfoot > tr >
    td, th
      border-width: 1px
  thead > tr >
    td, th
      border-width: 1px

.table > thead > tr > th
  background: $table-heading-bg
  color: $table-heading-color
  font-size: 12px

.table
  &.table-actions td
    line-height: 28px
  .progress-small
    margin: 7px 0 8px

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
para-0.6.9 app/assets/stylesheets/para/admin/theme/_tree.sass
para-0.6.8 app/assets/stylesheets/para/admin/theme/_tree.sass
para-0.6.7 app/assets/stylesheets/para/admin/theme/_tree.sass
para-0.6.3 app/assets/stylesheets/para/admin/theme/_tree.sass
para-0.6.2 app/assets/stylesheets/para/admin/theme/_tree.sass
para-0.4.0 app/assets/stylesheets/para/admin/theme/_tree.sass