<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/javascripts/tracks_1219672692.js</filename>
    </added>
    <added>
      <filename>public/stylesheets/tracks_1219763287.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -49,16 +49,16 @@ Event.observe($('&lt;%= dom_id(@todo, 'context_name') %&gt;'), &quot;click&quot;, &lt;%= dom_id(@to
 &lt;div class=&quot;due_input&quot;&gt;
 &lt;label for=&quot;&lt;%= dom_id(@todo, 'due_label') %&gt;&quot;&gt;Due&lt;/label&gt;
 &lt;%= date_field_tag(&quot;todo[due]&quot;, dom_id(@todo, 'due'), format_date(@todo.due), &quot;tabindex&quot; =&gt; 13) %&gt;
-&lt;a href=&quot;#&quot; id=&quot;&lt;%= dom_id(@todo, 'due_x') %&gt;&quot; class=&quot;date_clear&quot;&gt;
-	&lt;%= image_tag(&quot;cancel.png&quot;, :alt =&gt; &quot;&quot;) %&gt;
+&lt;a href=&quot;#&quot; id=&quot;&lt;%= dom_id(@todo, 'due_x') %&gt;&quot; class=&quot;date_clear&quot; title=&quot;Clear due date&quot;&gt;
+	&lt;%= image_tag(&quot;delete_off.png&quot;, :alt =&gt; &quot;Clear due date&quot;) %&gt;
 &lt;/a&gt;
 &lt;/div&gt;
 
 &lt;div class=&quot;show_from_input&quot;&gt;
 &lt;label for=&quot;&lt;%= dom_id(@todo, 'show_from') %&gt;&quot;&gt;Show from&lt;/label&gt;
 &lt;%= date_field_tag(&quot;todo[show_from]&quot;, dom_id(@todo, 'show_from'), format_date(@todo.show_from), &quot;tabindex&quot; =&gt; 14) %&gt;
-&lt;a href=&quot;#&quot; id=&quot;&lt;%= dom_id(@todo, 'show_from_x') %&gt;&quot; class=&quot;date_clear&quot;&gt;
-	&lt;%= image_tag(&quot;cancel.png&quot;, :alt =&gt; &quot;&quot;) %&gt;
+&lt;a href=&quot;#&quot; id=&quot;&lt;%= dom_id(@todo, 'show_from_x') %&gt;&quot; class=&quot;date_clear&quot; title=&quot;Clear show from date&quot;&gt;
+	&lt;%= image_tag(&quot;delete_off.png&quot;, :alt =&gt; &quot;Clear show from date&quot;) %&gt;
 &lt;/a&gt;
 &lt;/div&gt;
 </diff>
      <filename>app/views/todos/_edit_form.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -808,6 +808,14 @@ input#go_to_project, input#context_hide {
     width:100%;
 }
 
+.edit_todo_form .Date {
+    width:89%;
+}
+
+.edit_todo_form a.date_clear:hover {
+    background: #CCCCCC;
+}
+
 .edit_todo_form .tag_list_label {
     clear:both;
 }
@@ -1192,9 +1200,4 @@ body.integrations textarea {
     padding:3px;
     width:80%;
     background-color:#ddd;
-}
-
-.date_clear
-{
-	float: right;
 }
\ No newline at end of file</diff>
      <filename>public/stylesheets/standard.css</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>public/javascripts/tracks_1216850288.js</filename>
    </removed>
    <removed>
      <filename>public/stylesheets/tracks_1217189789.css</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4d11e156f4228dcd405c7c87ffd52b07b3cc3be2</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/11f9114ad599818ddfb233ed9da6908e3633166e</url>
  <id>11f9114ad599818ddfb233ed9da6908e3633166e</id>
  <committed-date>2008-08-26T08:31:34-07:00</committed-date>
  <authored-date>2008-08-26T08:31:34-07:00</authored-date>
  <message>polish the clear date buttons in edit form

* placed them besides the text field
* replaces red x with grey x. the red x draws to much attention. also adds tool tip to x</message>
  <tree>20ad00dc30ab2d876dd92656a4f27c6969c48e2d</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
