Updating UI to also fit on mobile devices. Fix #34

This commit is contained in:
Gautier Pelloux-Prayer 2016-11-26 20:54:59 +01:00
parent 1e26cb1027
commit d7e476db82
44 changed files with 555 additions and 1305 deletions

View file

@ -1,6 +1,6 @@
BR.Tabs = BR.Control.extend({
options: {
divId: 'tabs_div',
divId: 'sidebar',
// tab a.hash > instance
tabs: {}
},