File: parsl-monitor.css

package info (click to toggle)
python-parsl 2025.01.13%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,072 kB
  • sloc: python: 23,817; makefile: 349; sh: 276; ansic: 45
file content (21 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.task{
    border: 2px solid;
    font-size: 10px;
    padding: 5px;
    margin-right: 3px;
}

.task-complete{
    border-radius: 50%!important;
    border-color: #006600;
}

.task-running{
    border-radius: 50%!important;
    border: 3px dashed;
    border-color:  #66ff66;
}

.task-failed{
    border-color: red;
}