From 5b4e9d03b3b4ea77cc65cef774d4ae80878b800e Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Sat, 21 Aug 2010 16:16:59 +0400 Subject: [PATCH] * task note toggle icons changed --- src/themes/default/images/icons.gif | Bin 295 -> 330 bytes src/themes/default/style.css | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 src/themes/default/images/icons.gif diff --git a/src/themes/default/images/icons.gif b/src/themes/default/images/icons.gif old mode 100644 new mode 100755 index c47405780fb4f3a2826e36814de2aab2901db42d..84e18e03c1bd285317f1b0f206bf7c4a2ded13f3 GIT binary patch delta 131 zcmV-}0DS+a0?GoAI065WIhuDFmb?}K8o`yms>Ksh5y=9NwTELlO_}306WFzKAQjl delta 96 zcmV-m0H6QL0;d9yI05XDIhs_wu>cysy_SfN$ccT&8E!_LRd&Bo8V(Gl1I z)(v>uRM`RA*WKLV=w;rr+S1?R6ztX1v+nZh;mY;BQ5XCZ0QMV5u%N+%2oowu0028D Cp*4yC 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; }