<?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: Simple CSS Questions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/simple-css-questions</link>
		<description>Gravity Support Forums Topic: Simple CSS Questions</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:41:11 +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/simple-css-questions" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Simple CSS Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-css-questions#post-53988</link>
			<pubDate>Mon, 02 Apr 2012 10:48:32 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">53988@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, try dropping this in to your theme's stylesheet for the inputs:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.widget-area .gform_wrapper .top_label input.medium {
width: 99%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Your button style is coming from your theme:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;submit&#38;quot;]:active, input[type=&#38;quot;button&#38;quot;]:active, button:active {
border: 1px solid #666;
background: #CCC;
background: -moz-linear-gradient(top,rgba(255, 255, 255, .35) 0%,rgba(10, 10, 10, .4) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255, 255, 255, .35)),color-stop(100%,rgba(10, 10, 10, .4)));
background: -webkit-linear-gradient(top,rgba(255, 255, 255, .35) 0%,rgba(10, 10, 10, .4) 100%);
background: -o-linear-gradient(top,rgba(255, 255, 255, .35) 0%,rgba(10, 10, 10, .4) 100%);
background: -ms-linear-gradient(top,rgba(255, 255, 255, .35) 0%,rgba(10, 10, 10, .4) 100%);
background: linear-gradient(top,rgba(255, 255, 255, .35) 0%,rgba(10, 10, 10, .4) 100%);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can target the submit button via this selector:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.widget-area .gform_footer #gform_submit_button_1 {
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The description field accepts HTML, so you can just use a &#60;br /&#62; tag there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jdang307 on "Simple CSS Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-css-questions#post-53959</link>
			<pubDate>Sun, 01 Apr 2012 22:16:51 +0000</pubDate>
			<dc:creator>jdang307</dc:creator>
			<guid isPermaLink="false">53959@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My site:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sandiegoautoaccidentlaw.com/&#34; rel=&#34;nofollow&#34;&#62;http://sandiegoautoaccidentlaw.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Ignore everything on the site, it's just a test site.&#60;/p&#62;
&#60;p&#62;On this form I'd like to:&#60;/p&#62;
&#60;p&#62;Make the entry fields for the bio stuff go all the way to the right. See how it's only 50% of the width?&#60;/p&#62;
&#60;p&#62;The submit button. I like the gradient look to it, but want to change the color. I guess I can go make one else where and sub it in.&#60;/p&#62;
&#60;p&#62;Finally: In the description, is there a way to add a line break? Ideally I'd like a line break right before &#34;Free, Immediate&#34;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
