From cd5fb9062fb3e0c9bf16e4f01eff7407508b5c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Mon, 20 Feb 2017 22:54:42 +0100 Subject: [PATCH] Fix task input fields --- css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/style.css b/css/style.css index 544deef1c..aafaec16f 100644 --- a/css/style.css +++ b/css/style.css @@ -344,7 +344,6 @@ #content div.task-item.add-subtask { background: #ffffff; border: 1px solid #cccccc; - padding: 6px 12px; } #content li.task-item.add-subtask input, #content div.task-item.add-subtask input { @@ -551,7 +550,6 @@ } #app-content #add-task { margin: 12px 0; - padding: 6px 12px; position: relative; border: 1px solid #CCCCCC; background: none repeat scroll 0 0 #EEEEEE; @@ -569,7 +567,6 @@ #app-content #add-task input { -moz-box-sizing: border-box; font-size: 13px; - padding-right: 60px; width: 100%; color: #505050; background: none repeat scroll 0 0 transparent !important;