diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index c1705b19..e9eecf54 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -9,6 +9,6 @@ * compiled file, but it's generally better to create a new file per style scope. * *= require_self - *= require tracks *= require_tree ../../../vendor/assets/stylesheets + *= require tracks */ diff --git a/app/assets/stylesheets/tracks.css.scss b/app/assets/stylesheets/tracks.css.scss index eb8fbd8c..bb801c83 100644 --- a/app/assets/stylesheets/tracks.css.scss +++ b/app/assets/stylesheets/tracks.css.scss @@ -1431,6 +1431,11 @@ div.auto_complete ul strong.highlight { background: white image-url('ui-anim_basic_16x16.gif') right center no-repeat; } +a.item-downarrow { + margin-left: 0; + margin-right: 0; +} + ul.todo-submenu > li > a { position: relative; padding-left: 24px; diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb index 7a9ee02a..9600ad87 100644 --- a/app/views/todos/_todo.html.erb +++ b/app/views/todos/_todo.html.erb @@ -17,7 +17,7 @@ cache [todo, current_user.date.strftime("%Y%m%d")] do <%= remote_toggle_checkbox(todo) %> <%= remote_edit_button(todo) unless suppress_edit_button %>