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*/ }