mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-28 12:58:48 +01:00
improve text alignment in todo actions menu
This commit is contained in:
parent
e846de6a32
commit
7ce214720d
1 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue