Merge pull request #111 from zoombody/dropdown-css-fix

improve text alignment in todo actions menu
This commit is contained in:
Reinier Balt 2012-10-02 01:18:59 -07:00
commit 8c1a180da9

View file

@ -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;