update examples
This commit is contained in:
parent
c8cdcc92c0
commit
7284ae4ddf
2 changed files with 6 additions and 3 deletions
|
@ -143,6 +143,11 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: 'Checkbox with label',
|
description: 'Checkbox with label',
|
||||||
|
label: 'Check me',
|
||||||
|
width: 128
|
||||||
|
},
|
||||||
|
{
|
||||||
|
description: 'Checkbox with title',
|
||||||
title: 'Check me',
|
title: 'Check me',
|
||||||
width: 128
|
width: 128
|
||||||
}
|
}
|
||||||
|
|
|
@ -163,9 +163,7 @@ Ox.load('UI', function() {
|
||||||
|
|
||||||
function setRadius() {
|
function setRadius() {
|
||||||
that.css({
|
that.css({
|
||||||
MozBorderRadius: self.options.radius + 'px',
|
borderRadius: self.options.radius + 'px'
|
||||||
OBorderRadius: self.options.radius + 'px',
|
|
||||||
WebkitBorderRadius: self.options.radius + 'px'
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue