New iconfont build.

Includes new icons for Spamblock Bayes plugin.

References #247
This commit is contained in:
Matthias Mees 2015-01-02 18:35:26 +01:00
parent 2944725b69
commit c348799a44
5 changed files with 7 additions and 5 deletions

View File

@ -48,6 +48,7 @@
<glyph glyph-name="left-dir" unicode="&#xe827;" d="m357 600v-500q0-14-10-25t-26-11-25 11l-250 250q-10 11-10 25t10 25l250 250q11 11 25 11t26-11 10-25z" horiz-adv-x="357.1" />
<glyph glyph-name="right-dir" unicode="&#xe828;" d="m321 350q0-14-10-25l-250-250q-11-11-25-11t-25 11-11 25v500q0 15 11 25t25 11 25-11l250-250q10-10 10-25z" horiz-adv-x="357.1" />
<glyph glyph-name="th-list" unicode="&#xe829;" d="m286 154v-108q0-22-16-37t-38-16h-178q-23 0-38 16t-16 37v108q0 22 16 38t38 15h178q22 0 38-15t16-38z m0 285v-107q0-22-16-38t-38-15h-178q-23 0-38 15t-16 38v107q0 23 16 38t38 16h178q22 0 38-16t16-38z m714-285v-108q0-22-16-37t-38-16h-535q-23 0-38 16t-16 37v108q0 22 16 38t38 15h535q23 0 38-15t16-38z m-714 571v-107q0-22-16-38t-38-16h-178q-23 0-38 16t-16 38v107q0 22 16 38t38 16h178q22 0 38-16t16-38z m714-286v-107q0-22-16-38t-38-15h-535q-23 0-38 15t-16 38v107q0 23 16 38t38 16h535q23 0 38-16t16-38z m0 286v-107q0-22-16-38t-38-16h-535q-23 0-38 16t-16 38v107q0 22 16 38t38 16h535q23 0 38-16t16-38z" horiz-adv-x="1000" />
<glyph glyph-name="block" unicode="&#xe82a;" d="m732 352q0 90-48 164l-421-420q76-50 166-50 62 0 118 25t96 65 65 97 24 119z m-557-167l421 421q-75 50-167 50-83 0-153-40t-110-112-41-152q0-91 50-167z m682 167q0-88-34-168t-91-137-137-92-166-34-167 34-137 92-91 137-34 168 34 167 91 137 137 91 167 34 166-34 137-91 91-137 34-167z" horiz-adv-x="857.1" />
</font>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -354,11 +354,11 @@ nav ol {
/* ICON FONT: http://fortawesome.github.com/Font-Awesome/ */
@font-face {
font-family: 'fontello';
src: url('{TEMPLATE_PATH}font/fontello.eot?15447007');
src: url('{TEMPLATE_PATH}font/fontello.eot?15447007#iefix') format('embedded-opentype'),
url('{TEMPLATE_PATH}font/fontello.woff?15447007') format('woff'),
url('{TEMPLATE_PATH}font/fontello.ttf?15447007') format('truetype'),
url('{TEMPLATE_PATH}font/fontello.svg?15447007#fontello') format('svg');
src: url('{TEMPLATE_PATH}font/fontello.eot?35316753');
src: url('{TEMPLATE_PATH}font/fontello.eot?35316753#iefix') format('embedded-opentype'),
url('{TEMPLATE_PATH}font/fontello.woff?35316753') format('woff'),
url('{TEMPLATE_PATH}font/fontello.ttf?35316753') format('truetype'),
url('{TEMPLATE_PATH}font/fontello.svg?35316753#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -422,6 +422,7 @@ nav ol {
.icon-left-dir:before { content: '\e827'; }
.icon-right-dir:before { content: '\e828'; }
.icon-th-list:before { content: '\e829'; }
.icon-block:before { content: '\e82a'; }
/* BACKEND HELPER CLASSES */