1
0
Fork 0
forked from 0x2620/oxjs

fix collapse panel extras css

This commit is contained in:
rlx 2013-03-03 07:20:39 +00:00
commit 4097e70fa7
2 changed files with 12 additions and 10 deletions

View file

@ -68,7 +68,7 @@ Ox.CollapsePanel = function(options, self) {
if (self.options.extras.length) {
self.$extras = Ox.Element()
.addClass('OxExtras')
.css({width: self.options.extras.length * 16 + 1 + 'px'})
.css({width: self.options.extras.length * 16 + 'px'})
.appendTo(self.$titlebar);
self.options.extras.forEach(function($extra) {
$extra.appendTo(self.$extras);