List runners in queue
This commit is contained in:
parent
c3c597897c
commit
f3d646c8d5
10 changed files with 243 additions and 61 deletions
|
|
@ -146,15 +146,15 @@ nav a:hover {
|
|||
|
||||
/* Queue */
|
||||
|
||||
.queue td:nth-child(2),
|
||||
.queue td:nth-child(3) {
|
||||
#queue td:nth-child(2),
|
||||
#queue td:nth-child(3) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.queue .odd {
|
||||
#queue .odd {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.queue .odd:hover {
|
||||
#queue .odd:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue