Implement job lists

This commit is contained in:
Eike Foken
2011-09-20 22:35:24 +02:00
parent aebde4aa79
commit 4b2ca67e68
5 changed files with 236 additions and 13 deletions

View File

@@ -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;