mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
proxy: Added support for long addresses. "vier": New style "Plus"
This commit is contained in:
parent
de75d8ca7f
commit
271a184e1e
7 changed files with 176 additions and 14 deletions
|
@ -140,7 +140,8 @@ li.icon.icon-large:before {
|
|||
.icon-bookmark:before { content: "\f02e"; }
|
||||
.icon-print:before { content: "\f02f"; }
|
||||
|
||||
.icon.camera:before { content: "\f030"; }
|
||||
.icon-camera:before { content: "\f030"; }
|
||||
.icon.camera:before { content: "\f03e"; }
|
||||
.icon-font:before { content: "\f031"; }
|
||||
.icon-bold:before { content: "\f032"; }
|
||||
.icon-italic:before { content: "\f033"; }
|
||||
|
@ -198,7 +199,7 @@ li.icon.icon-large:before {
|
|||
.icon.add:before { content: "\f067"; }
|
||||
.icon-minus:before { content: "\f068"; }
|
||||
.icon-asterisk:before { content: "\f069"; }
|
||||
.icon.notify:before { content: "\f06a"; }
|
||||
.icon.exclamation:before { content: "\f06a"; }
|
||||
.icon-gift:before { content: "\f06b"; }
|
||||
.icon-leaf:before { content: "\f06c"; }
|
||||
.icon-fire:before { content: "\f06d"; }
|
||||
|
@ -254,7 +255,7 @@ li.icon.icon-large:before {
|
|||
|
||||
.icon-hdd:before { content: "\f0a0"; }
|
||||
.icon-bullhorn:before { content: "\f0a1"; }
|
||||
.icon-bell:before { content: "\f0a2"; }
|
||||
.icon.notify:before { content: "\f0a2"; }
|
||||
.icon-certificate:before { content: "\f0a3"; }
|
||||
.icon-hand-right:before { content: "\f0a4"; }
|
||||
.icon-hand-left:before { content: "\f0a5"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue