fix for input with label

This commit is contained in:
Rolux 2010-02-26 16:52:36 +01:00
parent 3a1c6fea77
commit 6d2727ad3c
2 changed files with 7 additions and 2 deletions

View File

@ -220,8 +220,8 @@ textarea {
padding: 2px 4px 2px 4px;
margin: -1px 0 0 -1px;
resize: none;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
//-moz-border-radius: 8px;
//-webkit-border-radius: 8px;
}
.OxButton.OxSymbol,
.OxButton.OxSymbol:active,

View File

@ -342,6 +342,11 @@
placeholder: "Placeholder",
size: size
}).addClass("margin").appendTo($toolbars[3]);
Ox.Input({
label: "Label",
labelWidth: 64,
size: size
}).addClass("margin").appendTo($toolbars[3]);
var range = Ox.Range({
max: 10,
min: 0,