From 231621f639af4eb6f39dd42ed1c75a89cf3c19fd Mon Sep 17 00:00:00 2001 From: Rolux Date: Fri, 26 Feb 2010 16:52:36 +0100 Subject: [PATCH] fix for input with label --- build/css/ox.ui.css | 4 ++-- demos/test/index.html | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build/css/ox.ui.css b/build/css/ox.ui.css index 21702278..8093b3e5 100644 --- a/build/css/ox.ui.css +++ b/build/css/ox.ui.css @@ -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, diff --git a/demos/test/index.html b/demos/test/index.html index 6a4401b8..f039cc04 100644 --- a/demos/test/index.html +++ b/demos/test/index.html @@ -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,