Fixed project add and edit pages.

This commit is contained in:
chouseknecht
2013-05-22 04:23:42 -04:00
parent fc6545a059
commit 91b534c841
7 changed files with 253 additions and 8 deletions

View File

@@ -279,8 +279,12 @@
color: #778899;
}
.job-pending, .job-running, .job-success,
input[type="text"].job-success
.job-pending,
.job-running,
.job-success,
.job-successful,
input[type="text"].job-success,
input[type="text"].job-successful
{
color: #5bb75b;
}