From 70f06bd76e4ceaea3de954fc719b2f0f13d03507 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 19 Dec 2011 12:18:34 -0600 Subject: [PATCH] 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. :) --- public/stylesheets/standard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/standard.css b/public/stylesheets/standard.css index fe32434a..337c1370 100644 --- a/public/stylesheets/standard.css +++ b/public/stylesheets/standard.css @@ -420,6 +420,7 @@ a.icon { input.item-checkbox { float: left; + margin-top: 2px; margin-left: 3px; margin-right: 3px; vertical-align: middle;