Sha256: 17b525cde851e112b393b77e427a796c8a445a16433e3ae409afab32843cd49c

Contents?: true

Size: 986 Bytes

Versions: 4

Compression:

Stored size: 986 Bytes

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.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.taskable-progress,
  td.task_comment-progress,
    width: 150px

    form
      display: inline-block
      width: 30em

    form, p
      margin: 0
      padding: 0

  td.task-status,
  td.task-snooze,
  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

4 entries across 4 versions & 1 rubygems

Version Path
dorsale-3.5.2 app/assets/stylesheets/dorsale/engines/flyboy.sass
dorsale-3.5.1 app/assets/stylesheets/dorsale/engines/flyboy.sass
dorsale-3.5.0 app/assets/stylesheets/dorsale/engines/flyboy.sass
dorsale-3.4.0 app/assets/stylesheets/dorsale/engines/flyboy.sass