From fe2485525d3fc4b08944639be4aa11885d9b2370 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Mon, 21 Sep 2020 21:03:04 +0300 Subject: [PATCH] * some fonts were increased; redraw newtask icon --- src/content/themes/default/images/COPYRIGHT | 4 ---- src/content/themes/default/images/newtask-ext.svg | 14 +++++++++----- src/content/themes/default/mobile.css | 2 +- src/content/themes/default/style.css | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/content/themes/default/images/COPYRIGHT b/src/content/themes/default/images/COPYRIGHT index eea7f55..09b53ff 100644 --- a/src/content/themes/default/images/COPYRIGHT +++ b/src/content/themes/default/images/COPYRIGHT @@ -1,9 +1,5 @@ -newtask-ext.svg - icon from App Custom UI set by Julia Osadcha - rss.svg, rss-disabled.svg - are (or based on) icons by Icons8 from https://icons8.com/icon/13841/rss - calendar.svg - icon by Icons8 from https://icons8.com/icon/__LA9wZgJaqd/calendar - loading48.gif - generated at Preloaders.net Other images in this directory were made by Max Pozdeev and licensed under the terms of GNU GPL v2+. \ No newline at end of file diff --git a/src/content/themes/default/images/newtask-ext.svg b/src/content/themes/default/images/newtask-ext.svg index 57e9404..9e20fd1 100644 --- a/src/content/themes/default/images/newtask-ext.svg +++ b/src/content/themes/default/images/newtask-ext.svg @@ -1,6 +1,10 @@ - - - - - + + + + + + + + + \ No newline at end of file diff --git a/src/content/themes/default/mobile.css b/src/content/themes/default/mobile.css index 8a52140..4162a54 100644 --- a/src/content/themes/default/mobile.css +++ b/src/content/themes/default/mobile.css @@ -58,7 +58,7 @@ body[dir="rtl"] .task-note-block { border-left:none; border-right:1px solid #777 .mtt-settings-table .in350 { min-width:50px; } .mtt-notes-showhide { display:none; } -#footer_content { padding:10px 4px; } +#footer_content { padding:0.7rem 0.35rem; } .mtt-menu-container li { padding-top:0.3rem; padding-bottom:0.3rem; } #slmenucontainer { max-width:100vw; } diff --git a/src/content/themes/default/style.css b/src/content/themes/default/style.css index 6d000a3..3363c39 100644 --- a/src/content/themes/default/style.css +++ b/src/content/themes/default/style.css @@ -22,7 +22,7 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; } .topblock { display:flex; align-items:flex-start; margin-bottom:1rem; } #space { height:30px; } #footer { height:30px; margin-top:-30px; } -#footer_content { background-color:#b5d5ff; padding:5px; font-size:0.85rem; display:flex; justify-content:space-between; } +#footer_content { background-color:#b5d5ff; padding:5px; font-size:0.9rem; display:flex; justify-content:space-between; } #footer_content a { color:#000000; } .topblock-title { display:flex; align-items:center; } @@ -136,7 +136,7 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; } /* */ #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 { font-size:1rem; font-weight:normal; margin-left:5px; margin-right:5px; } .mtt-notes-showhide a { text-decoration:none; border-bottom:1px dotted; } @@ -189,7 +189,7 @@ li.task-expanded .task-toggle { transform:rotate(90deg); } #mtt_body.readonly #tasklist li .task-actions { display:none; } .task-listname { background-color:#eee; color:#555; padding:0px 3px; } .task-tags { padding:0px 2px; } -.task-tags .tag { font-size:0.8rem; font-weight:bold; color:#333333; text-decoration:underline; } +.task-tags .tag { font-size:0.9rem; font-weight:bold; color:#333333; text-decoration:underline; } .task-tags .tag:hover { } .duedate { color:#333333; padding:0px; padding-left:1px; margin-left:5px; white-space:nowrap; } .duedate:before { content:'\2192\20'; } @@ -274,7 +274,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 { font-size:0.8rem; font-weight:normal; margin-left:auto; } +#tagcloudbtn { font-size:1rem; 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 {