New job events list and detail pages. Fixed boolean search. Added new select search type -used on job status to provide a select list.

This commit is contained in:
chouseknecht
2013-05-22 01:37:47 -04:00
parent e137d17964
commit fc6545a059
12 changed files with 404 additions and 187 deletions

View File

@@ -274,7 +274,8 @@
color: #da4f49;
}
.job-new, input[type="text"].job-new {
.job-new, input[type="text"].job-new,
.job-canceled, input[type="text"].job-canceled {
color: #778899;
}
@@ -290,18 +291,6 @@
padding-left: 15px;
}
#job_events label {
margin-right: 10px;
}
#job_events {
text-align: center;
}
#job_events_items_form {
margin-top: 15px;
}
.form-items .search-widget {
margin-top: 15px;
}