* "add task" input made wider

This commit is contained in:
Max Pozdeev 2010-12-08 21:34:02 +03:00
parent 8a5e467782
commit 12134cb419

View file

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