<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: [AVISIO] Need help with form CSS</title>
		<link>http://www.kriesi.at/support/topic/avisio-need-help-with-form-css</link>
		<description>Support Forum - Topic: [AVISIO] Need help with form CSS</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 08:19:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/avisio-need-help-with-form-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "[AVISIO] Need help with form CSS"</title>
			<link>http://www.kriesi.at/support/topic/avisio-need-help-with-form-css#post-52699</link>
			<pubDate>Sat, 21 Apr 2012 08:20:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">52699@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I didn't experience any styling problems yet. Eg I use the form here: &#60;a href=&#34;http://inoplugs.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://inoplugs.com/contact/&#60;/a&#62; without any major css modifications (just color adjustments). &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raziegler on "[AVISIO] Need help with form CSS"</title>
			<link>http://www.kriesi.at/support/topic/avisio-need-help-with-form-css#post-52404</link>
			<pubDate>Thu, 19 Apr 2012 19:28:40 +0000</pubDate>
			<dc:creator>raziegler</dc:creator>
			<guid isPermaLink="false">52404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, I purchased Gravity Forms but have some of the same formatting issues with Corona. Is this not an issue with Formidable? I would rather purchase it than spend time trying to hack CSS.... Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "[AVISIO] Need help with form CSS"</title>
			<link>http://www.kriesi.at/support/topic/avisio-need-help-with-form-css#post-36588</link>
			<pubDate>Wed, 04 Jan 2012 16:47:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36588@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have no copy of Gravity Forms because I'm using &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable&#60;/a&#62; for my projects. Therefore I can't provide custom code (it's hard to style everything from scratch just with Firebug) however you can try to apply the input css code (in style.css after &#34;/*input fields*/&#34;) to the select input field, etc. too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hasimsg on "[AVISIO] Need help with form CSS"</title>
			<link>http://www.kriesi.at/support/topic/avisio-need-help-with-form-css#post-36541</link>
			<pubDate>Wed, 04 Jan 2012 09:33:02 +0000</pubDate>
			<dc:creator>hasimsg</dc:creator>
			<guid isPermaLink="false">36541@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;I've just solve it from your other reply to the same problem of using Gravity Forms.&#60;/p&#62;
&#60;p&#62;I don't know whic one is the fix, so I've just put all of them into style.css :)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#top #gravity .ul li{&#60;br /&#62;
background: transparent none;&#60;br /&#62;
list-style-type:none;&#60;br /&#62;
list-style-image:none&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .gform_wrapper .ul li{&#60;br /&#62;
background: transparent none;&#60;br /&#62;
list-style-type:none;&#60;br /&#62;
list-style-image:none&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.gform_wrapper li {&#60;br /&#62;
    background: none transparent !important;&#60;br /&#62;
    border-bottom: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.gform_body ul{&#60;br /&#62;
border:0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.gform_fields li{&#60;br /&#62;
background: none !important;&#60;br /&#62;
border: none !important;&#60;br /&#62;
padding: 0 !important;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But I need you help to assist me on CSS for input field. Most of the input field is so standard, but some (multi lines input and drop down list) has nice one pixel border.&#60;/p&#62;
&#60;p&#62;Dude, can you help me to define the other input field CSS so they match the theme style?&#60;/p&#62;
&#60;p&#62;Thanks in advance for your help.&#60;/p&#62;
&#60;p&#62;The link:&#60;br /&#62;
&#60;a href=&#34;http://www.censin.com/marketplace/buyer-request/&#34; rel=&#34;nofollow&#34;&#62;http://www.censin.com/marketplace/buyer-request/&#60;/a&#62;&#60;br /&#62;
and&#60;br /&#62;
&#60;a href=&#34;http://www.censin.com/marketplace/miner-offer/&#34; rel=&#34;nofollow&#34;&#62;http://www.censin.com/marketplace/miner-offer/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "[AVISIO] Need help with form CSS"</title>
			<link>http://www.kriesi.at/support/topic/avisio-need-help-with-form-css#post-36515</link>
			<pubDate>Wed, 04 Jan 2012 06:46:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the form displays fine for me in Opera and Firefox. Did you solve the problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hasimsg on "[AVISIO] Need help with form CSS"</title>
			<link>http://www.kriesi.at/support/topic/avisio-need-help-with-form-css#post-36488</link>
			<pubDate>Wed, 04 Jan 2012 02:54:27 +0000</pubDate>
			<dc:creator>hasimsg</dc:creator>
			<guid isPermaLink="false">36488@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a WP 3.2.1 site and use Gravity Forms 1.6.2 plugins. I make my first form, and the preview looks good: &#60;a href=&#34;http://www.censin.com/form-preview.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.censin.com/form-preview.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But when view in actual page, the second input text field (Official Website) is not float to the right side of first input text (Company Name). Image in &#60;a href=&#34;http://www.censin.com/form-live.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.censin.com/form-live.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can visit the live page at: (protected page password: demo) &#60;a href=&#34;http://www.censin.com/marketplace/buyer-request/&#34; rel=&#34;nofollow&#34;&#62;http://www.censin.com/marketplace/buyer-request/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am not good at CSS styling, and I think the problem is in Avisio theme style.css but i can't figure it out using firebug in firefox. Seems like the last column of li is not define well and can't float to the right, or because the site theme css is do not have a usual definition for form input.&#60;/p&#62;
&#60;p&#62;Any help to resolve this is appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
