From ec725c7c0722c953644e52d9daac4951243d336f Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Thu, 25 Nov 2010 14:23:21 +0300 Subject: [PATCH] * task edit input width fixed --- src/themes/default/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/themes/default/style.css b/src/themes/default/style.css index b2a76ea..5dec58f 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -214,7 +214,6 @@ li.task-completed .task-note-block .task-note { text-decoration:line-through; } .form-row { margin-top:8px; } .form-row .h { font-weight:bold; color:#333333; } .form-row-short-end { clear:both; } -#page_taskedit .form-row { max-width:700px; } #page_taskedit .form-row .in500 { width:99%; } #page_taskedit .form-row textarea.in500 { height:200px; /*resize:none;*/ } #page_taskedit .form-row-short { float:left; margin-right:12px; }