mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Added export contacts (csv)
Interface optimizations
This commit is contained in:
parent
c248292f07
commit
7552ffe241
25 changed files with 526 additions and 290 deletions
16
vendors/fontastic/icons-reference.html
vendored
16
vendors/fontastic/icons-reference.html
vendored
|
|
@ -465,6 +465,14 @@ h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercas
|
|||
<div data-icon="" class="icon"></div>
|
||||
<input type="text" readonly="readonly" value="&#xe068;">
|
||||
</li>
|
||||
<li>
|
||||
<div data-icon="" class="icon"></div>
|
||||
<input type="text" readonly="readonly" value="&#xe069;">
|
||||
</li>
|
||||
<li>
|
||||
<div data-icon="" class="icon"></div>
|
||||
<input type="text" readonly="readonly" value="&#xe06a;">
|
||||
</li>
|
||||
</ul>
|
||||
<h2>CSS mapping</h2>
|
||||
<ul class="glyphs css-mapping">
|
||||
|
|
@ -888,6 +896,14 @@ h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercas
|
|||
<div class="icon icon-cloud-down"></div>
|
||||
<input type="text" readonly="readonly" value="cloud-down">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-import"></div>
|
||||
<input type="text" readonly="readonly" value="import">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-export"></div>
|
||||
<input type="text" readonly="readonly" value="export">
|
||||
</li>
|
||||
</ul>
|
||||
</div><script type="text/javascript">
|
||||
(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue