mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* hide long task title
This commit is contained in:
parent
3614a49490
commit
d2606b3166
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ li.task-expanded .task-toggle { background-position:-48px 0; }
|
|||
.task-actions { float:right; width:25px; text-align:right; }
|
||||
.task-date { color:#999999; font-size:8pt; margin-left:4px; display:none; }
|
||||
.show-inline-date .task-date { display:inline; }
|
||||
.task-through { overflow:hidden; }
|
||||
.task-title a { color:#000000; }
|
||||
.task-title a:hover { color:#af0000; }
|
||||
#page_tasks.readonly #tasklist li .task-actions { display:none; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue