diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb index d37e8fcc..3c344ab9 100644 --- a/app/views/todos/_todo.html.erb +++ b/app/views/todos/_todo.html.erb @@ -13,12 +13,12 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag' <%= remote_toggle_checkbox unless source_view_is :deferred %>
diff --git a/public/images/defer_1_off.png b/public/images/defer_1_off.png new file mode 100644 index 00000000..2bd8d46c Binary files /dev/null and b/public/images/defer_1_off.png differ diff --git a/public/images/defer_7_off.png b/public/images/defer_7_off.png new file mode 100644 index 00000000..ea555b36 Binary files /dev/null and b/public/images/defer_7_off.png differ diff --git a/public/images/downarrow.png b/public/images/downarrow.png index 8deb8c11..ae6a0fa8 100644 Binary files a/public/images/downarrow.png and b/public/images/downarrow.png differ diff --git a/public/stylesheets/superfish.css b/public/stylesheets/superfish.css index 767999f0..ca422aeb 100644 --- a/public/stylesheets/superfish.css +++ b/public/stylesheets/superfish.css @@ -15,7 +15,7 @@ } .sf-item-menu ul { - width: 8em; + width: 9.5em; z-index: 99; }