mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Align the actions for an action row to a common baseline.
This adds some margin to the top of the checkboxes in order to align the star, checkbox, and pencil icons along the same baseline. My eyes no longer hurt from the differences in alignment. :)
This commit is contained in:
parent
c8da3ddf88
commit
70f06bd76e
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ a.icon {
|
||||||
|
|
||||||
input.item-checkbox {
|
input.item-checkbox {
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-top: 2px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue