diff --git a/src/themes/default/images/icons.gif b/src/themes/default/images/icons.gif old mode 100644 new mode 100755 index c474057..84e18e0 Binary files a/src/themes/default/images/icons.gif and b/src/themes/default/images/icons.gif differ diff --git a/src/themes/default/style.css b/src/themes/default/style.css index 284f02a..fac6278 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -139,9 +139,9 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; } .mtt-filter-close { cursor:pointer; position:relative; top:2px; margin-left:3px; display:inline-block; width:10px; height:10px; background:url(images/closetag.gif) 0 0 no-repeat; } .task-left { float:left; } -.task-toggle { visibility:hidden; margin-top:2px; cursor:pointer; width:15px; height:15px; float:left; background:url(images/icons.gif) -32px 0 no-repeat; } +.task-toggle { visibility:hidden; margin-top:2px; cursor:pointer; width:15px; height:15px; float:left; background:url(images/icons.gif) -64px -16px no-repeat; } li.task-has-note .task-toggle { visibility:visible; } -li.task-expanded .task-toggle { background-position:-48px 0; } +li.task-expanded .task-toggle { background-position:-80px -16px; } .task-middle { margin-left:40px; margin-right:25px; } #tasklist { list-style-type: none; margin: 0; padding: 0;} #tasklist li { padding:6px 2px 6px 6px; border-bottom:1px solid #DEDEDE; min-height:18px; margin-bottom:1px; background-color:#fff; }