Implement job lists
This commit is contained in:
@@ -41,6 +41,11 @@ li {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
img.icon {
|
||||
vertical-align: middle;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.editable {
|
||||
background: #fffbcc;
|
||||
}
|
||||
@@ -569,6 +574,11 @@ a.copy {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
a.clear {
|
||||
background: url(../images/icons/broom.png) 10px center no-repeat #f3f3f3;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
a.job_start {
|
||||
background: url(../images/icons/server--arrow.png) 10px center no-repeat #f3f3f3;
|
||||
padding-left: 30px;
|
||||
|
||||
Reference in New Issue
Block a user