diff --git a/views/jobs/get_editable_row.ctp b/views/jobs/get_editable_row.ctp
index 44d9c5e1..d165bbf6 100644
--- a/views/jobs/get_editable_row.ctp
+++ b/views/jobs/get_editable_row.ctp
@@ -72,7 +72,7 @@ else {
=$form->input('date_order_received_display', array('value'=>$this->element('isEmptyDate', array('date'=>$job['Job']['date_order_received'])), 'label'=>false, 'id'=>$job['Job']['id'].'_date_order_received_display'));?>
=$form->input('date_order_received', array('type'=>'hidden', 'id'=>$job['Job']['id'].'_date_order_received', 'value'=>$job['Job']['date_order_received']));?>
|
-=$form->input('job_status', array('type'=>'select', 'options'=>$job_status_options, 'value'=>$job['Job']['job_status'], 'label'=>false, 'div'=>false));?> |
+=$form->input('job_status', array('type'=>'select', 'options'=>$job_status_options, 'value'=>$job['Job']['job_status'], 'label'=>false));?> |
=$form->input('sale_category', array('options'=>$sale_category_options, 'type'=>'select', 'label'=>false, 'value'=>$job['Job']['sale_category'], 'class'=>'sale_category'));?>
|
diff --git a/webroot/css/quotenik.css b/webroot/css/quotenik.css
index 44b013e8..59d5a95f 100755
--- a/webroot/css/quotenik.css
+++ b/webroot/css/quotenik.css
@@ -1304,7 +1304,8 @@ table.jobsTable tr td form {
}
.jobsTable input {
- width: auto;
+ width: 70px;
+
font-size: 85%;
}