From fd56c17518292879147fd6e957dc980818de943b Mon Sep 17 00:00:00 2001 From: steve hiemstra Date: Mon, 6 Jan 2014 21:07:57 -0500 Subject: [PATCH] work on #2183 resize checklist items such that they resize dynamically; however the text will still not wrap due to the fact that it is an input. --- public/css/tasks.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/tasks.styl b/public/css/tasks.styl index 9b2facd784..3e59280ac9 100644 --- a/public/css/tasks.styl +++ b/public/css/tasks.styl @@ -424,6 +424,7 @@ form text-align: inherit background-color:inherit box-shadow: none + width: 80% /* Add interaction cues on hover and focus */ input.inline-edit:hover,input.inline-edit:focus @@ -432,6 +433,7 @@ form .checklist-icons opacity:0 + width: 5% li min-height: 20px @@ -440,5 +442,6 @@ form [type="checkbox"] margin: 0px 10px 3px 0px + width: 5% li:hover .checklist-icons opacity:1