myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3571] trunk/app/views: Stopped some title fields


From: noreply
Subject: [myexperiment-hackers] [3571] trunk/app/views: Stopped some title fields overflowing in firefox
Date: Tue, 28 May 2013 12:31:43 +0000 (UTC)

Revision
3571
Author
fbacall
Date
2013-05-28 12:31:43 +0000 (Tue, 28 May 2013)

Log Message

Stopped some title fields overflowing in firefox

Modified Paths

Diff

Modified: trunk/app/views/packs/edit.rhtml (3570 => 3571)


--- trunk/app/views/packs/edit.rhtml	2013-05-28 12:16:29 UTC (rev 3570)
+++ trunk/app/views/packs/edit.rhtml	2013-05-28 12:31:43 UTC (rev 3571)
@@ -17,7 +17,7 @@
 	<center>
 		<div class="box_form" style="width: 550px; margin: 1em 0; text-align: left;">
 			<p><b>Title: </b></p>
-			<%= f.text_field :title, :size => 86 %>
+			<%= f.text_field :title, :size => 80, :style => 'width: 100%' %>
 			
 		  <p><b>Description: </b></p>
 			<%= f.text_area(:description, :width => '550px', :height => '300px', :class => 'ckeditor') %>

Modified: trunk/app/views/packs/new.rhtml (3570 => 3571)


--- trunk/app/views/packs/new.rhtml	2013-05-28 12:16:29 UTC (rev 3570)
+++ trunk/app/views/packs/new.rhtml	2013-05-28 12:31:43 UTC (rev 3571)
@@ -13,7 +13,7 @@
   <center>
 		<div class="box_form" style="width: 550px; margin: 1em 0; text-align: left;">
 			<p><b>Title: </b></p>
-			<%= text_field_tag "pack[title]", nil, :size => 86 %>
+			<%= text_field_tag "pack[title]", nil, :size => 80, :style => 'width: 100%' %>
 			
 		  <p><b>Description: </b></p>
       <%= text_area_tag 'pack[description]', nil, :width => '550px', :height => '300px', :class => 'ckeditor' -%>

Modified: trunk/app/views/workflows/_main_metadata_form.rhtml (3570 => 3571)


--- trunk/app/views/workflows/_main_metadata_form.rhtml	2013-05-28 12:16:29 UTC (rev 3570)
+++ trunk/app/views/workflows/_main_metadata_form.rhtml	2013-05-28 12:31:43 UTC (rev 3571)
@@ -63,7 +63,7 @@
 					<b>Title</b>
 					<span class="required">*</span>
 				</p>
-				<%= text_field_tag "workflow[title]", (params[:workflow].nil? ? '' : params[:workflow][:title]), :size => 50 %>
+				<%= text_field_tag "workflow[title]", (params[:workflow].nil? ? '' : params[:workflow][:title]), :size => 80, :style => 'width: 100%' %>
 				
 				<!-- Preview Image -->
 				<p><b>Preview Image</b></p>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]