<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html">DevKick Forums - Text and Password Input Fields With Different Sizes</title>
	<link rel="self" href="/talk/rewrite.php"/>
	<updated>2008-06-16T12:19:46Z</updated>
	<generator>FluxBB</generator>
	<id>http://devkick.com/talk/topic/78/text-and-password-input-fields-with-different-sizes/</id>
		<entry>
			<title type="html">Text and Password Input Fields With Different Sizes</title>
			<link rel="alternate" href="http://devkick.com/talk/post/238/#p238"/>
			<content type="html">In tripoli.base.css, there exists the following line.

.content textarea,.content input[type=&#039;text&#039;]

When I&#039;m creating a login type form, I get two different sized text fields. Adding the following line makes both types of text field have the same width.

.content textarea,.content input[type=&#039;text&#039;],.content input[type=&#039;password&#039;]</content>
			<author>
				<name>eviltofu</name>
			</author>
			<updated>2008-06-16T12:19:46Z</updated>
			<id>http://devkick.com/talk/post/238/#p238</id>
		</entry>
</feed>
