From 6d2727ad3c7daeecc26211015a96b7b56d8b0962 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 2170227..8093b3e 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 6a4401b..f039cc0 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,