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