mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* some improvements in PDA style
This commit is contained in:
parent
14df22e55b
commit
02f4d1702a
1 changed files with 10 additions and 13 deletions
23
src/pda.css
23
src/pda.css
|
|
@ -10,28 +10,24 @@ h3 { margin-bottom:4px; padding:4px 0; }
|
|||
#tabs ul li { width:70px; margin-right: 1px; }
|
||||
.tab-content { padding:4px; }
|
||||
#task, #search { color:#444444; width:65%; max-width:300px; }
|
||||
#newtaskadv_t { display: none; }
|
||||
|
||||
#tasklist li { padding:4px 1px; overflow:hidden; }
|
||||
.task-actions { float:none; display:none; margin-left:2px; text-align:right; padding:3px 3px; margin-bottom:2px; width:100%; /*background-color:#e0e0e0;*/ }
|
||||
.task-actions a, .task-note-actions a { padding:4px 4px; /*background-color:#c0c0c0; color:#000000; text-decoration:none; font-weight:bold;*/ }
|
||||
.task-actions { display:none; }
|
||||
.task-date { display:none; }
|
||||
.task-note-actions { display:block; padding-top:8px; }
|
||||
div.task-note-block { margin-left:12px; border-left:1px solid #777777; background:none; padding-left:4px; margin-top:1px; padding-top:0px; display:none; }
|
||||
div.task-note-area textarea { width:95%; }
|
||||
.task-note-block { margin-left:0px; border-left:1px solid #777777; background:none; padding-left:4px; margin-top:1px; padding-top:0px; display:none; }
|
||||
.task-note-area textarea { width:95%; }
|
||||
.task-middle { margin-right:0px; }
|
||||
|
||||
#tasklist li .task-through { white-space:nowrap; }
|
||||
#tasklist li .task-through { white-space:nowrap; overflow:hidden; }
|
||||
#tasklist li:hover { background-color:#ffffff; }
|
||||
#tasklist li.task-expanded .task-note-block { display:none; }
|
||||
#tasklist li.task-expanded .task-toggle { background-position:-32px 0; }
|
||||
#tasklist li.clicked { background-color:#f6f6f6; }
|
||||
#tasklist li.clicked .task-date { display:none; }
|
||||
#tasklist li.clicked .task-actions { display:block; }
|
||||
#tasklist li.clicked div.task-note-block { display:block; }
|
||||
#tasklist li.clicked div.task-note-block.hidden { display:none; }
|
||||
#tasklist li.clicked .task-through { white-space:normal; }
|
||||
#tasklist li.clicked.doubleclicked .task-actions { display:none; }
|
||||
#tasklist li.clicked.doubleclicked div.task-note-block { display:none; }
|
||||
#tasklist li.clicked.doubleclicked .task-through { white-space:nowrap; }
|
||||
#tasklist li.clicked.task-has-note .task-note-block { display:block; }
|
||||
#tasklist li.clicked.task-has-note .task-toggle { background-position:-48px 0; }
|
||||
|
||||
#page_taskedit { max-width:100%; padding:0px; }
|
||||
.form-table { width:100%; }
|
||||
|
|
@ -42,4 +38,5 @@ div.task-note-area textarea { width:95%; }
|
|||
#loading img { /*width:8px; height:8px;*/ }
|
||||
|
||||
#tagcloud { max-width:100%; }
|
||||
.mtt-settings-table .in350 { min-width:50px; }
|
||||
.mtt-settings-table .in350 { min-width:50px; }
|
||||
.mtt-notes-showhide { display:none; }
|
||||
Loading…
Reference in a new issue