mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
67 lines
No EOL
2.9 KiB
CSS
67 lines
No EOL
2.9 KiB
CSS
/*
|
|
This file is a part of myTinyTodo.
|
|
Copyright 2009-2010,2020 Max Pozdeev <maxpozdeev@gmail.com>
|
|
*/
|
|
|
|
html { font-size:100%; }
|
|
body { margin:0px; font-size:100%; }
|
|
h2 { margin:0; margin-bottom:2px; font-size:1rem; }
|
|
|
|
#body { margin-left:1px; margin-right:1px; padding:1px; padding-bottom:12px;}
|
|
#bar_login, #bar_logout { padding-right:1px; }
|
|
|
|
.mtt-img-button { padding:4px; }
|
|
.mtt-menu-button { padding:4px; }
|
|
|
|
#tabs ul { margin-top:0px; }
|
|
#tabs ul li { width:70px; margin-right: 1px; }
|
|
.mtt-tabs-add-button { padding-left:0.4rem; padding-right:0.4rem; }
|
|
|
|
#task { padding:5px; padding-right:18px; margin-left:-22px; }
|
|
#task_placeholder span { padding:6px; }
|
|
|
|
.searchbox-c { width:30%; max-width:190px; }
|
|
#toolbar.mtt-intask .searchbox-c { display:none; }
|
|
#toolbar.mtt-insearch .taskbox-c { display:none; }
|
|
#toolbar.mtt-insearch .searchbox-c { width:100%; max-width:100%; }
|
|
#search { padding:5px 20px; border-radius:15px; }
|
|
|
|
#tasklist li { padding:0.5rem 3px; overflow:hidden; }
|
|
.task-actions { display:none; }
|
|
.task-date { display:none; }
|
|
.task-note-actions { display:block; padding-top:8px; }
|
|
.task-note-block { margin-left:0px; border-left:1px solid #777777; background:none; padding-left:4px; display:none; }
|
|
body[dir="rtl"] .task-note-block { border-left:none; border-right:1px solid #777777; padding-left:0; padding-right:4px; }
|
|
.task-note-area textarea { width:95%; }
|
|
|
|
#tasklist li .task-through { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
|
|
#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-actions { display:block; }
|
|
#tasklist li.clicked .task-through { white-space:normal; display:inline; }
|
|
#tasklist li.clicked.task-has-note .task-note-block { display:block; }
|
|
/*#tasklist li.clicked.task-has-note .task-toggle { background-position:-48px 0; } */
|
|
#tasklist li.clicked.doubleclicked.task-has-note .task-note-block { display:none; }
|
|
.task-toggle { display:none; }
|
|
|
|
#page_taskedit { max-width:99.5%; border:none; position:static; padding:0; }
|
|
#page_taskedit .form-table { width:100%; }
|
|
#page_taskedit .form-row .in500 { color:#444444; }
|
|
#page_taskedit .form-row textarea { height: 70px; }
|
|
|
|
#loading { padding:0px; padding-top:1px; padding-right:1px; height:16px; overflow:hidden; }
|
|
#loading img { /*width:8px; height:8px;*/ }
|
|
|
|
#tagcloud { max-width:100%; margin:0px 5px 5px 5px; }
|
|
.mtt-settings-table .in350 { min-width:50px; }
|
|
.mtt-notes-showhide { display:none; }
|
|
|
|
#footer_content { padding:0.7rem 0.35rem; }
|
|
|
|
.mtt-menu-container li { padding-top:0.3rem; padding-bottom:0.3rem; }
|
|
#slmenucontainer { max-width:100vw; }
|
|
#slmenucontainer a { overflow:hidden; text-overflow:ellipsis; }
|
|
#cmenulistscontainer { max-width:100vw; }
|
|
#cmenulistscontainer li { overflow:hidden; text-overflow:ellipsis; } |