add first folder icons
This commit is contained in:
Родитель
792f75e09c
Коммит
8baf36214d
16
css/mail.css
16
css/mail.css
|
@ -521,3 +521,19 @@ button.control {
|
|||
width: 60%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* icons */
|
||||
.icon-inbox {
|
||||
background-image: url('../img/inbox.svg');
|
||||
}
|
||||
.icon-drafts {
|
||||
background-image: url('../img/drafts.svg');
|
||||
}
|
||||
.icon-sent {
|
||||
background-image: url('../img/sent.svg');
|
||||
}
|
||||
.icon-trash {
|
||||
background-image: url('../img/trash.svg');
|
||||
}
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<g transform="translate(0 -1036.4)">
|
||||
<path d="m12.594 1.3438c-0.532-0.0313-1.094 0.1562-1.594 0.6562l3 3c1.5-1.5 0.188-3.5625-1.406-3.6562zm-2.594 1.6562l-7 7-2 5 5-2 7-7-3-3zm-6.5 7.5l2 2-2.5 1.5-1-1 1.5-2.5z" transform="translate(0 1036.4)"/>
|
||||
</g>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 536 B |
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<rect style="color:#000000" fill-opacity="0" height="97.986" width="163.31" y="-32.993" x="-62.897"/>
|
||||
<path opacity=".7" fill="#1e1e1e" d="m8 1.0306-8 7.9694h3v6.0001h10v-6h3l-3-3.0306v-3.9695h-3v1.0812l-2-2.0505z" fill-rule="evenodd"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 521 B |
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xml:space="preserve" overflow="visible" height="16px" viewBox="-0.5 -0.5 16 16" xmlns:dc="http://purl.org/dc/elements/1.1/" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" y="0px" x="0px" enable-background="new -0.5 -0.5 16 16"><g transform="matrix(-1 0 0 -1 17.451 1056.3)"><path d="m11.362 1043.8 4.9497 4.9499-1.4141 1.4141-3.5356-3.5355-6.3448 6.3831-1.4333-1.4333z"/></g></svg>
|
После Ширина: | Высота: | Размер: 555 B |
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<path d="m6.5 1-0.5 1h-3c-0.554 0-1 0.446-1 1v1h12v-1c0-0.554-0.446-1-1-1h-3l-0.5-1zm-3.5 4 0.875 9c0.061 0.549 0.5729 1 1.125 1h6c0.55232 0 1.064-0.45102 1.125-1l0.875-9z" fill-rule="evenodd"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 478 B |
|
@ -7,7 +7,7 @@
|
|||
{{#if open}} open{{/if}}
|
||||
">
|
||||
{{#if folders}}<button class="collapse"></button>{{/if}}
|
||||
<a>
|
||||
<a{{#if specialRole}} class="icon-{{specialRole}}"{{/if}}>
|
||||
{{name}}
|
||||
{{#if unseen}}
|
||||
<span class="utils">{{unseen}}</span>
|
||||
|
@ -227,7 +227,7 @@
|
|||
</script>
|
||||
<div id="app">
|
||||
<div id="app-navigation" class="icon-loading">
|
||||
<input type="button" id="mail_new_message" class="icon-rename"
|
||||
<input type="button" id="mail_new_message" class="icon-add"
|
||||
value="<?php p($l->t('New Message')); ?>" style="display: none">
|
||||
<div id="folders"></div>
|
||||
<div id="app-settings">
|
||||
|
|
Загрузка…
Ссылка в новой задаче