From 7ce214720dc832706443908f1bdde108c871d084 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Mon, 1 Oct 2012 21:56:08 -0400 Subject: [PATCH] improve text alignment in todo actions menu --- app/assets/stylesheets/tracks.css.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/tracks.css.scss b/app/assets/stylesheets/tracks.css.scss index 9003cdd4..f1e5b41f 100644 --- a/app/assets/stylesheets/tracks.css.scss +++ b/app/assets/stylesheets/tracks.css.scss @@ -1449,9 +1449,12 @@ a.item-downarrow { } ul.todo-submenu > li > a { - position: relative; - padding-left: 24px; - height: 16px; + &, &:hover, &:active, &:visited { + position: relative; + padding-left: 24px; + height: 16px; + line-height: 16px; + } &.icon_delete_item { background: image-url('delete.png') no-repeat 2px top;