minor fix in lead's listview

This commit is contained in:
Anand Doshi 2012-06-12 13:11:29 +05:30
parent 3b6eda3b45
commit 89e2b3bda4

View File

@ -26,9 +26,10 @@ wn.doclistviews['Lead'] = wn.views.ListView.extend({
columns: [
{width: '3%', content: 'check'},
{width: '5%', content:'avatar'},
{width: '30%', content:'lead_name'},
{width: '12%', content:'status_html'},
{width: '42%', content:'lead_status+tags', css: {color:'#222'}},
{width: '13%', content:'modified', css: {'text-align': 'right', 'color':'#777'}}
{width: '38%', content:'lead_status+tags', css: {color:'#222'}},
{width: '12%', content:'modified', css: {'text-align': 'right', 'color':'#777'}}
]
})