From 55e507ff0356c079ad3ad51091102c0ae5e94423 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Wed, 6 Apr 2011 16:30:45 +1000 Subject: [PATCH] Visual tweaks for jobs index --- views/jobs/get_editable_row.ctp | 2 +- webroot/css/quotenik.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 { 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'));?> input('date_order_received', array('type'=>'hidden', 'id'=>$job['Job']['id'].'_date_order_received', 'value'=>$job['Job']['date_order_received']));?> -input('job_status', array('type'=>'select', 'options'=>$job_status_options, 'value'=>$job['Job']['job_status'], 'label'=>false, 'div'=>false));?> +input('job_status', array('type'=>'select', 'options'=>$job_status_options, 'value'=>$job['Job']['job_status'], 'label'=>false));?> 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%; }