From 14a4d48b6df7ff83e70ce2cffe6a5548eb28dd3f Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 14 Jun 2012 12:35:28 +0200 Subject: [PATCH] explicitely set border-radius --- source/Ox.UI/js/Code/DocPage.js | 8 +++++++- source/Ox.UI/js/Code/ExamplePage.js | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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({