From 01971fba1e1187acbed11ee17f3dbc084ba2c4cb Mon Sep 17 00:00:00 2001 From: Zachary Kain Date: Mon, 4 Mar 2013 19:11:37 -0500 Subject: [PATCH] improve vertical centering of task checkbox and text --- styles/app/tasks.styl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/app/tasks.styl b/styles/app/tasks.styl index 70d54c189d..adf7efd112 100644 --- a/styles/app/tasks.styl +++ b/styles/app/tasks.styl @@ -76,7 +76,11 @@ li:hover .task-meta-controls .hover-show .task-controls,.task-text display:inline - margin-right:10px + margin: 0 10px 0 0 + vertical-align: -4% + + input + margin-top: 0 .task-meta-controls .hover-show display: none;