minor reformatting

This commit is contained in:
rolux 2012-06-20 11:37:55 +02:00
parent e23fbb2d35
commit c575686fca

View file

@ -64,8 +64,8 @@ Ox.DocPanel = function(options, self) {
} }
}); });
self.$toolbar = Ox.Bar({size: 24}).css({textAlign: 'center'});
self.$list = Ox.Element(); self.$list = Ox.Element();
self.$toolbar = Ox.Bar({size: 24}).css({textAlign: 'center'});
self.$sidebar = Ox.SplitPanel({ self.$sidebar = Ox.SplitPanel({
elements: [ elements: [
{element: Ox.Element()}, {element: Ox.Element()},
@ -74,6 +74,7 @@ Ox.DocPanel = function(options, self) {
orientation: 'vertical' orientation: 'vertical'
}); });
self.$page = Ox.Element(); self.$page = Ox.Element();
self.$testsStatus = $('<div>') self.$testsStatus = $('<div>')
.css({marginTop: '5px', textAlign: 'center'}) .css({marginTop: '5px', textAlign: 'center'})
.appendTo(self.$toolbar); .appendTo(self.$toolbar);