python - Mysterious and weird lines after using uni-form -


i'm using django-uni-form display forms. i've included css , javascript (notably jquery) in page. weird looking lines. image below show how looks:

http://i243.photobucket.com/albums/ff176/cwalkrox/uni-form1.jpg

you can notice username , email address, lines aligned upper side of text inputs while 2 passwords, lines below password inputs. in uni-form's official website, can't see line in 3 examples. if gives me lines, should consistent?

so strange story doesn't stop here. jquery can highlight selected inputs. ways highlights username, email , password still inconsistent. following images prove it:

i243.photobucket.com/albums/ff176/cwalkrox/uni-form2.jpg

i243.photobucket.com/albums/ff176/cwalkrox/uni-form3.jpg

so every problems seem stem mysterious lines. how happens?

btw, page show rendered form of django-registration. rendering snippet is:

<form action="" method="post" class="uniform"> <fieldset>   {{ form|as_uni_form }} </fieldset> </form> 

those lines due css files included in django-uniform: uni-form.css, uni-form-generic.css , uni-form.jquery.css.

it seems weird @ least in case (a pinax project) forms better without provided css.

my 2 cents


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -