diff --git a/app/views/todos/_edit_form.rhtml b/app/views/todos/_edit_form.rhtml index b504f695..fc7b5c8d 100644 --- a/app/views/todos/_edit_form.rhtml +++ b/app/views/todos/_edit_form.rhtml @@ -49,16 +49,16 @@ Event.observe($('<%= dom_id(@todo, 'context_name') %>'), "click", <%= dom_id(@to
<%= date_field_tag("todo[due]", dom_id(@todo, 'due'), format_date(@todo.due), "tabindex" => 13) %> - - <%= image_tag("cancel.png", :alt => "") %> + + <%= image_tag("delete_off.png", :alt => "Clear due date") %>
<%= date_field_tag("todo[show_from]", dom_id(@todo, 'show_from'), format_date(@todo.show_from), "tabindex" => 14) %> - - <%= image_tag("cancel.png", :alt => "") %> + + <%= image_tag("delete_off.png", :alt => "Clear show from date") %>
diff --git a/public/javascripts/tracks_1216850288.js b/public/javascripts/tracks_1219672692.js similarity index 99% rename from public/javascripts/tracks_1216850288.js rename to public/javascripts/tracks_1219672692.js index 33f474d8..2c6f9eb4 100644 --- a/public/javascripts/tracks_1216850288.js +++ b/public/javascripts/tracks_1219672692.js @@ -407,7 +407,7 @@ if(event.keyCode==Event.KEY_TAB||event.keyCode==Event.KEY_RETURN||(Prototype.Bro {this.index=element.autocompleteIndex;this.render();} Event.stop(event);},onClick:function(event){var element=Event.findElement(event,'LI');this.index=element.autocompleteIndex;this.selectEntry();this.hide();},onBlur:function(event){setTimeout(this.hide.bind(this),250);this.hasFocus=false;this.active=false;},render:function(){if(this.entryCount>0){for(var i=0;i0)this.index-- -else this.index=this.entryCount-1;this.getEntry(this.index).scrollIntoView(true);},markNext:function(){if(this.index0)value=Element.collectTextNodes(nodes[0],this.options.select);}else value=Element.collectTextNodesIgnoreClass(selectedElement,'informal');var bounds=this.getTokenBounds();if(bounds[0]!=-1){var newValue=this.element.value.substr(0,bounds[0]);var whitespace=this.element.value.substr(bounds[0]).match(/^\s+/);if(whitespace) diff --git a/public/stylesheets/standard.css b/public/stylesheets/standard.css index 617f9ff9..0a5b9516 100644 --- a/public/stylesheets/standard.css +++ b/public/stylesheets/standard.css @@ -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 --git a/public/stylesheets/tracks_1217189789.css b/public/stylesheets/tracks_1219763287.css similarity index 99% rename from public/stylesheets/tracks_1217189789.css rename to public/stylesheets/tracks_1219763287.css index 0ea5a631..c2d06198 100644 --- a/public/stylesheets/tracks_1217189789.css +++ b/public/stylesheets/tracks_1219763287.css @@ -149,6 +149,8 @@ input#go_to_project, input#context_hide {width: 5%} #todo-form-new-action .submit_box, #project_form .submit_box, #context_form .submit_box {height: 25px; padding: 5px 0; text-align: center; clear: right} .edit_todo_form .submit_box {height: 25px; padding: 5px 0; text-align: center; clear: right} .edit_todo_form input, .edit_todo_form textarea {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} .edit_todo_form .due_input, .edit_todo_form .show_from_input, .edit_todo_form .project_input, .edit_todo_form .context_input {width:48%} .edit_todo_form .show_from_input, .edit_todo_form .context_input {float: right} @@ -218,7 +220,6 @@ body.integrations h2 {margin-top:40px; padding-top:20px; margin-bottom:10px; bor body.integrations p, body.integrations li {font-size:1.0em} body.integrations li {list-style-type: disc; list-style-position: inside; margin-left:30px} body.integrations textarea {margin:10px; padding:3px; width:80%; background-color:#ddd} -.date_clear {float: right} div.calendar {position: relative} .calendar, .calendar table {border: 1px solid #556; font-size: 11px; color: #000; cursor: default; background: #eef; z-index: 110; font-family: tahoma,verdana,sans-serif} .calendar .button {text-align: center; padding: 2px}