diff --git a/source/Ox.UI/js/Code/DocPage.js b/source/Ox.UI/js/Code/DocPage.js index 7ce3ebe4..155974c4 100644 --- a/source/Ox.UI/js/Code/DocPage.js +++ b/source/Ox.UI/js/Code/DocPage.js @@ -28,7 +28,13 @@ Ox.DocPage = function(options, self) { title: self.options.item.name }) .addClass('OxMonospace') - .css({float: 'left', height: '13px', paddingTop: '1px', margin: '4px'}) + .css({ + float: 'left', + height: '13px', + paddingTop: '1px', + borderRadius: '4px', + margin: '4px' + }) .appendTo(self.$toolbar) if (self.options.item.examples) { diff --git a/source/Ox.UI/js/Code/ExamplePage.js b/source/Ox.UI/js/Code/ExamplePage.js index 4cfea2a3..35785231 100644 --- a/source/Ox.UI/js/Code/ExamplePage.js +++ b/source/Ox.UI/js/Code/ExamplePage.js @@ -28,7 +28,7 @@ Ox.ExamplePage = function(options, self) { style: 'square', title: self.options.title }) - .css({float: 'left', margin: '4px'}) + .css({float: 'left', borderRadius: '4px', margin: '4px'}) .appendTo(self.$toolbar) self.$openButton = Ox.Button({