<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Per form stylesheet with Zend_Form</title>
	<atom:link href="http://binarykitten.com/dev/zend-framework/274-per-form-stylesheet-with-zend_form.html/feed" rel="self" type="application/rss+xml" />
	<link>http://binarykitten.com/dev/zend-framework/274-per-form-stylesheet-with-zend_form.html</link>
	<description>Curently a work in progress. Please be patient</description>
	<lastBuildDate>Thu, 29 Dec 2011 11:41:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/zend-framework/274-per-form-stylesheet-with-zend_form.html/comment-page-1#comment-350</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Wed, 23 Jun 2010 10:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=274#comment-350</guid>
		<description>my loginform.css cotains this:  
&lt;code&gt;
div.right { width: 310px; text-align: right;}
label { float: left; display: block; width: 90px; padding-right: 10px; text-align: right;}&lt;/code&gt;

my main form.css contains this:
&lt;code&gt;
ul.errors {margin: 0; margin-bottom: 10px;margin-left: 10px;}
ul.errors li { color: red; }
.ui-widget ul.errors { list-style-type: none; }
input[type=submit] { margin-top: 5px; margin-left: 10px;}&lt;/code&gt;

Though for linking, Zend_Form_Elements usually use the name as the id as well, unless you change it using the attributes setter.</description>
		<content:encoded><![CDATA[<p>my loginform.css cotains this:<br />
<code><br />
div.right { width: 310px; text-align: right;}<br />
label { float: left; display: block; width: 90px; padding-right: 10px; text-align: right;}</code></p>
<p>my main form.css contains this:<br />
<code><br />
ul.errors {margin: 0; margin-bottom: 10px;margin-left: 10px;}<br />
ul.errors li { color: red; }<br />
.ui-widget ul.errors { list-style-type: none; }<br />
input[type=submit] { margin-top: 5px; margin-left: 10px;}</code></p>
<p>Though for linking, Zend_Form_Elements usually use the name as the id as well, unless you change it using the attributes setter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Foo</title>
		<link>http://binarykitten.com/dev/zend-framework/274-per-form-stylesheet-with-zend_form.html/comment-page-1#comment-284</link>
		<dc:creator>Jason Foo</dc:creator>
		<pubDate>Wed, 16 Jun 2010 17:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=274#comment-284</guid>
		<description>would you mind posting the content of your loginform.css as well? I&#039;m still not quite sure how the element&#039;s name maps to the css name?</description>
		<content:encoded><![CDATA[<p>would you mind posting the content of your loginform.css as well? I&#8217;m still not quite sure how the element&#8217;s name maps to the css name?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

