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:
Matt Rogers 2011-12-19 12:18:34 -06:00
parent c8da3ddf88
commit 70f06bd76e

View file

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