mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
replace float with flex in tasks h3
This commit is contained in:
parent
c44d7bcd44
commit
5180400640
2 changed files with 4 additions and 1 deletions
|
|
@ -134,6 +134,7 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; }
|
|||
#searchbarkeyword { font-weight:bold; }
|
||||
|
||||
/* */
|
||||
#page_tasks h3 { display:flex; align-items:baseline; }
|
||||
#mtt_body.no-lists #page_tasks h3 > * { visibility:hidden; }
|
||||
.mtt-notes-showhide { font-size:0.8rem; font-weight:normal; margin-left:2px; margin-right:2px; }
|
||||
.mtt-notes-showhide a { text-decoration:none; border-bottom:1px dotted; }
|
||||
|
|
@ -274,7 +275,7 @@ a.mtt-back-button { font-size:0.8rem; }
|
|||
#priopopup .prio-pos:hover { border-color:#ff3333; }
|
||||
#priopopup .prio-pos-1:hover { border-color:#ff7700; }
|
||||
|
||||
#tagcloudbtn { margin-right:2px; font-size:0.8rem; font-weight:normal; float:right; }
|
||||
#tagcloudbtn { font-size:0.8rem; font-weight:normal; margin-left:auto; }
|
||||
#mtt_body.show-all-tasks #tagcloudbtn { display:none; }
|
||||
#tagcloudload { display:none; height:24px; background:url(images/loading48.gif) center no-repeat; background-size:24px 24px; }
|
||||
#tagcloud {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ h2 { padding-left:10px; padding-right:0px; }
|
|||
.mtt-searchbox-icon.mtt-icon-search { right:4px; left:auto; }
|
||||
.mtt-searchbox-icon.mtt-icon-cancelsearch { left:4px; right:auto; }
|
||||
|
||||
#tagcloudbtn { margin-left:0; margin-right:auto; }
|
||||
|
||||
.task-toggle { margin-left:2px; margin-right:0; transform:rotate(180deg); }
|
||||
.task-middle { margin-left:0; margin-right:5px; }
|
||||
.task-actions { margin-left:0; margin-right:5px; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue