Sha256: 7ec3792fde3cc8504e84b397bc31b7619d477b65c9f1d2bf62b85a8d8a1cf975

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

.flyboy
  table
    @extend .table

    th, td
      padding-left: 1em !important
      padding-right: 1em !important

    th
      text-align: left

  .finished td
    background: $state-success-bg !important

  .onwarning td
    background: $state-warning-bg !important

  .onalert td
    background: $state-danger-bg !important

  td.actions
    width: 5em

  td.folder-status
    width: 5em
    white-space: nowrap

  td.task-status,
  td.task-snooze,
    width: 3em

  div.progress
    display: inline-block
    width: 150px
    margin: 0

  .taskable-name
    max-width: 10em
    white-space: nowrap
    overflow: hidden

  td.task-progress,
  td.folder-progress,
  td.taskable-progress,
  td.task_comment-progress,
    width: 150px

    form
      display: inline-block
      width: 30em

    form, p
      margin: 0
      padding: 0

  td.folder-status,
  td.task-status,
  td.task-snooze,
  td.folder-status a,
  td.task-status a,
  td.task-snooze a,
  td.task-term,
    color: black

  td.task-term,
  th.task-term,
    text-align: right

  @media print
    #new_task_comment_tr
      display: none

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dorsale-3.3.0 app/assets/stylesheets/dorsale/engines/flyboy.sass
dorsale-3.2.0 app/assets/stylesheets/dorsale/engines/flyboy.sass