fixes to listview

This commit is contained in:
Rushabh Mehta
2012-05-09 16:15:51 +05:30
parent 81dba76699
commit 078867c411
17 changed files with 38 additions and 48 deletions

View File

@@ -47,7 +47,7 @@ wn.doclistviews['Support Ticket'] = wn.views.ListView.extend({
{width: '3%', content:'check'},
{width: '20%', content:'name'},
{width: '10%', content:'status_html'},
{width: '53%', content:'tags+description', css: {color:'#aaa'}},
{width: '53%', content:'tags+description', css: {color:'#222'}},
{width: '14%', content:'modified', css: {'text-align': 'right', 'color':'#777'}}
]