mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* task note toggle icons changed
This commit is contained in:
parent
848251e542
commit
5b4e9d03b3
2 changed files with 2 additions and 2 deletions
BIN
src/themes/default/images/icons.gif
Normal file → Executable file
BIN
src/themes/default/images/icons.gif
Normal file → Executable file
Binary file not shown.
|
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 330 B |
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue