From 12134cb419dc07698c4737d5a17f6faccbb4d5a3 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Wed, 8 Dec 2010 21:34:02 +0300 Subject: [PATCH] * "add task" input made wider --- src/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/style.css b/src/themes/default/style.css index 99b101e..2d70aa5 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -103,7 +103,7 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; } /* Quick Task Add */ -.mtt-taskbox td.mtt-tb-cell { padding:0px; width:350px; } +.mtt-taskbox td.mtt-tb-cell { padding:0px; width:450px; } .mtt-tb-c { position:relative; padding-left:22px; /*input padding+border*/ } #task { color:#444444; background:#fff; height:1.35em; padding:2px; padding-right:18px; border:1px inset #F0F0F0; width:100%; margin-left:-22px; } #task_placeholder span { display:none; color:#ccc; position:absolute; left:0; top:0; height:1.35em; line-height:1.35em; padding:3px; /*input top and left padding+border*/ }