* some fonts were increased; redraw newtask icon

This commit is contained in:
Max Pozdeev 2020-09-21 21:03:04 +03:00
parent 4758d0c1a1
commit fe2485525d
4 changed files with 14 additions and 14 deletions

View file

@ -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+.

View file

@ -1,6 +1,10 @@
<?xml version="1.0" ?>
<svg width="16" height="16" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" fill="gray">
<g><g><path d="M20.8,27.2l2.1-6.3L38,5.8l4.2,4.2L27.1,25.1L20.8,27.2z M24.7,21.9L24,24l2.1-0.7L39.4,10L38,8.6L24.7,21.9z"/></g>
<g><path d="M42.9,9.3l-4.2-4.2l1.4-1.4c1.2-1.2,3-1.2,4.2,0c0.6,0.6,0.9,1.3,0.9,2.1c0,0.8-0.3,1.5-0.9,2.1L42.9,9.3z M41.5,5.1 l1.4,1.4c0.2-0.2,0.3-0.4,0.3-0.7c0-0.3-0.1-0.5-0.3-0.7C42.5,4.7,41.9,4.7,41.5,5.1z"/></g></g>
<g><path d="M38,46H5c-1.7,0-3-1.3-3-3V10c0-1.7,1.3-3,3-3h27v2H5c-0.6,0-1,0.4-1,1v33c0,0.6,0.4,1,1,1h33c0.6,0,1-0.4,1-1V16h2v27 C41,44.7,39.7,46,38,46z"/></g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" >
<!-- <rect x="0" y="0" width="16" height="16" fill="lightpink" /> -->
<g stroke="#7f7f7f" fill="none">
<polyline points="10.5 1, 1 1, 1 15, 13 15, 13 7.5" stroke-width="1.0" stroke-linejoin="round"/>
<g stroke-width="1.0" >
<polyline points="7 7, 6 10, 9 9, 15 3, 13 1, 7 7, 6 10" />
<line x1="7" y1="7" x2="9" y2="9" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 635 B

After

Width:  |  Height:  |  Size: 406 B

View file

@ -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; }

View file

@ -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 {