fixed button size

This commit is contained in:
Keivan Beigi 2013-06-28 16:19:00 -07:00
parent b9b9ad6fb5
commit a5d122c112
3 changed files with 16 additions and 0 deletions

View file

@ -30,6 +30,10 @@ define(
this.$el.addClass('active');
this.invokeCallback();
}
if(!this.model.get('title')){
this.$el.addClass('btn-icon-only');
}
},
onClick: function () {