little spacing tweaks

This commit is contained in:
joshua stein 2012-07-11 14:27:15 -05:00
parent a51147b5d0
commit e0da3a7039
2 changed files with 3 additions and 2 deletions

View file

@ -575,7 +575,7 @@ div.markdown_help_label {
div#story_box input#story_url { div#story_box input#story_url {
width: 506px; width: 508px;
} }
div#story_box input#story_title { div#story_box input#story_title {
width: 600px; width: 600px;
@ -584,6 +584,7 @@ div#story_box #story_tags_a {
width: 624px; width: 624px;
} }
div#story_box textarea { div#story_box textarea {
line-height: 1.3em;
width: 600px; width: 600px;
} }
div#story_box div.markdown_help_toggler { div#story_box div.markdown_help_toggler {

View file

@ -31,7 +31,7 @@
<div class="boxline"> <div class="boxline">
<%= f.label :description, "Text:", :class => "required" %> <%= f.label :description, "Text:", :class => "required" %>
<%= f.text_area :description, :rows => 15, <%= f.text_area :description, :rows => 15,
:placeholder => "Optional when submitting a URL; only to be used for background/explanation of the URL being posted. Please reserve commentary to a reply comment so it can be voted on separately.", :placeholder => "Optional when submitting a URL; only to be used for background/explanation of the URL being posted. Please reserve commentary for a reply comment so it can be voted on separately.",
:autocomplete => "off" %> :autocomplete => "off" %>
</div> </div>
</div> </div>