<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: Any way to achieve this look?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look</link>
		<description>Gravity Support Forums Topic: Any way to achieve this look?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:58:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/any-way-to-achieve-this-look" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32780</link>
			<pubDate>Wed, 17 Aug 2011 15:16:53 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32780@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. You're a Rockstar. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>openfire9 on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32779</link>
			<pubDate>Wed, 17 Aug 2011 15:15:03 +0000</pubDate>
			<dc:creator>openfire9</dc:creator>
			<guid isPermaLink="false">32779@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK got it working now!!!&#60;/p&#62;
&#60;p&#62;I was a) missing the &#34;s&#34; at the end of .gform_field&#34;s&#34; and b) I was missing .gfield&#60;/p&#62;
&#60;p&#62;This worked beautifully: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_body .gform_fields .gfield {
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #F3F3F3;
    border: 1px solid #D1D1D1 !important;
    margin-bottom: 8px;
    padding-bottom: 10px;
    padding-left: 16px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks guys! Much appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32772</link>
			<pubDate>Wed, 17 Aug 2011 14:47:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32772@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a URL to your form page? I think we're disconnecting here and seeing the actual form will help me help YOU. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32770</link>
			<pubDate>Wed, 17 Aug 2011 14:45:14 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32770@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;you're applying the properties to the wrapper element, not the list items that are children of the wrapper which is what you need to do. Try this instead.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield {
-moz-border-radius: 5px 5px 5px 5px;
background-color: #F3F3F3;
border: 1px solid #D1D1D1;
margin-bottom: 8px;
padding-bottom: 10px;
padding-left: 16px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>openfire9 on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32769</link>
			<pubDate>Wed, 17 Aug 2011 14:44:54 +0000</pubDate>
			<dc:creator>openfire9</dc:creator>
			<guid isPermaLink="false">32769@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;woops, I posted that before I saw your reply Kevin... &#60;/p&#62;
&#60;p&#62;OK I tried this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_field {
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #F3F3F3;
    border: 1px solid #D1D1D1;
    margin-bottom: 8px;
    padding-bottom: 10px;
    padding-left: 16px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and lost the styling all together.&#60;/p&#62;
&#60;p&#62;hhhmmmm...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>openfire9 on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32766</link>
			<pubDate>Wed, 17 Aug 2011 14:41:20 +0000</pubDate>
			<dc:creator>openfire9</dc:creator>
			<guid isPermaLink="false">32766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, I changed this (which worked, but affected everything in my sidebar)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.divider, .divider_line, .commentlist li, .entry .entry_meta, #sidebar .widget li, #sidebar .widget_pages ul ul, #about_the_author .author_content {
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #F3F3F3;
    border: 1px solid #D1D1D1;
    margin-bottom: 8px;
    padding-bottom: 10px;
    padding-left: 16px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper {
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #F3F3F3;
    border: 1px solid #D1D1D1;
    margin-bottom: 8px;
    padding-bottom: 10px;
    padding-left: 16px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and the result was that I lost the individually separated list items in the form... what am I missing in the above?&#60;/p&#62;
&#60;p&#62;thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32763</link>
			<pubDate>Wed, 17 Aug 2011 14:34:18 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32763@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;is the recommended way to target the list items with the class &#34;gform_fields&#34; using inheritance from the &#34;gform_wrapper&#34; as Chris suggested. I like to add in the body element in the inheritance as well to increase the specificity.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32758</link>
			<pubDate>Wed, 17 Aug 2011 14:29:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">32758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can start your selector with &#60;strong&#62;.gform_wrapper&#60;/strong&#62;.  Each form begins like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;gform_wrapper&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;By adding that to the beginning of all your rules, you will restrict the style to just list items inside the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>openfire9 on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32747</link>
			<pubDate>Wed, 17 Aug 2011 13:55:52 +0000</pubDate>
			<dc:creator>openfire9</dc:creator>
			<guid isPermaLink="false">32747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, I did it up quick in firebug, exactly as you stated... worked like a charm! &#60;/p&#62;
&#60;p&#62;Only thing I noticed was that it affected all of the list items in my sidebar, not just the form. It's not a big deal as it actually looks better, but just for argument's sake, what would be the exact selector to isolate just the form list items?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>openfire9 on "Any way to achieve this look?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-achieve-this-look#post-32746</link>
			<pubDate>Wed, 17 Aug 2011 13:42:22 +0000</pubDate>
			<dc:creator>openfire9</dc:creator>
			<guid isPermaLink="false">32746@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome! &#60;/p&#62;
&#60;p&#62;I'll hack away with the info you gave and see if I can get 'er done.&#60;/p&#62;
&#60;p&#62;Thx!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
