Sha256: 39b89c96967ceb64595337b2f6d56fb982e0340a5a45d7811557975977438ff8

Contents?: true

Size: 479 Bytes

Versions: 2

Compression:

Stored size: 479 Bytes

Contents

@import 'active_scaffold';

#TaskScheduler_Status_Status {
  font-size: small;
  margin-bottom: 1.0em;
}

#TaskScheduler_Status_Content {
  table {
    border-collapse: collapse;

    td, th {
      border: thin solid black;
      padding: 0.3em;
      text-align: center;
    }

    td.status_running {
      color: blue;
    }

    td.status_waiting {
      color: darkgrey;
    }

    td.status_failed {
      color: red;
    }
  }

  .last_run {
    font-weight: bold;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tasks_scheduler-0.0.3 app/assets/stylesheets/tasks_scheduler.scss
tasks_scheduler-0.0.2 app/assets/stylesheets/tasks_scheduler.scss