1
0
Fork 0
forked from 0x2620/oxjs

updating css

This commit is contained in:
Rolux 2010-02-27 09:16:58 +01:00
commit dc84b4ccf9
3 changed files with 16 additions and 12 deletions

View file

@ -517,14 +517,12 @@
$("<br>").appendTo(mainPanel.$element);
$("<br>").appendTo(mainPanel.$element);
Ox.Input({
label: "Label",
labelWidth: 48,
label: "Label"
}).width(400).addClass("margin").appendTo(mainPanel);
$("<br>").appendTo(mainPanel.$element);
$("<br>").appendTo(mainPanel.$element);
Ox.Input({
label: "Label",
labelWidth: 48,
//placeholder: "some\ntext",
type: "textarea"
}).width(400).height(100).addClass("margin").appendTo(mainPanel);