changed list view table styling
parent
a4a40ffae5
commit
ed75b38ecc
|
@ -69,7 +69,7 @@
|
||||||
this.template = _.template($('#tmpl-list-widget').html());
|
this.template = _.template($('#tmpl-list-widget').html());
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$el.addClass("table-condensed");
|
this.$el.addClass("table table-condensed table-hover span4");
|
||||||
this.collection.bind('add', this.render, this);
|
this.collection.bind('add', this.render, this);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue