SPR-843: Fontello Icons umstellen auf Material Design Icons - togglelink for "page_main-content"

This commit is contained in:
Silke Pisulla 2017-03-03 13:05:54 +01:00
commit 3ab406d29e
11 changed files with 279 additions and 90 deletions

View file

@ -8,30 +8,50 @@
.togglelink {
&.page_main-content {
position: absolute;
top: 0px;
top: 0;
bottom: -1px;
width: 2rem;
left: -(@margin-default);
z-index: 1;
@media @screen_max-md{
@media @screen_max-md {
display: none;
}
a {
.fontello-double();
.icon-right-bold();
.icon-left-bold();
.display-flex();
.flex-direction();
.justify-content();
width: (@margin-default);
width: @margin-default;
height: 100%;
background-color: @button_background;
border: solid 1px @button_background;
border-radius: @fix_border-radius 0 0 @fix_border-radius;
color: @button_color;
text-decoration: none;
text-align: center;
transition: @transition color, @transition background-color, @transition border-color;
&::before,
&::after {
width: 100%;
opacity: .6;
font-size: 1rem;
line-height: 1;
text-align: center;
margin: 0;
transition: @transition opacity;
}
&::before {
opacity: 1;
font-size: 1.25rem;
}
&:hover,
&:focus,
&:active {
@ -44,10 +64,13 @@
color: inherit;
text-decoration: none;
}
&::after {
opacity: 0;
}
}
}
/* + + + toggle out + + + */
.wide-content & {
left: -1px;
@ -57,17 +80,34 @@
border-color: @button_background;
border-radius: 0 @fix_border-radius @fix_border-radius 0;
&::before {
opacity: .6;
font-size: 1rem;
}
&::after {
opacity: 1;
font-size: 1.25rem;
}
&:hover,
&:focus,
&:active {
background-color: @button_color;
&::before {
opacity: 0;
}
&::after {
opacity: 1;
}
}
}
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* min-width: 1440px */
@ -77,7 +117,6 @@
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1199px */

View file

@ -18,7 +18,80 @@
* If in the Fontello-Packet an icon is added, the code should be supplemented here:
*/
/* additional "after" for nav-pagetools */
.icon-emo-happy { &::before { content: '\e804'; } } /* '' */
.icon-emo-wink { &::before { content: '\e805'; } } /* '' */
.icon-emo-unhappy { &::before { content: '\e806'; } } /* '' */
.icon-emo-sleep { &::before { content: '\e807'; } } /* '' */
.icon-emo-thumbsup { &::before { content: '\e808'; } } /* '' */
.icon-emo-grin { &::before { content: '\e80c'; } } /* '' */
.icon-emo-angry { &::before { content: '\e80d'; } } /* '' */
.icon-emo-cry { &::before { content: '\e80f'; } } /* '' */
.icon-emo-squint { &::before { content: '\e811'; } } /* '' */
.icon-emo-laugh { &::before { content: '\e812'; } } /* '' */
.icon-emo-wink2 { &::before { content: '\e813'; } } /* '' */
.icon-up { &::before { content: '\e853'; } } /* '' */
.icon-up-small { &::before { content: '\e82f'; } } /* '' */
.icon-up-thick { &::before { content: '\e831'; } } /* '' */
.icon-up-open-big { &::before { content: '\e848'; } } /* '' */
.icon-down { &::before { content: '\e859'; } } /* '' */
.icon-down-small { &::before { content: '\e834'; } } /* '' */
.icon-down-thick { &::before { content: '\e835'; } } /* '' */
.icon-down-bold { &::before { content: '\e883'; } } /* '' */
.icon-right-small { &::before { content: '\e82d'; } } /* '' */
.icon-right-thick { &::before { content: '\e82e'; } } /* '' */
.icon-left-small { &::before { content: '\e836'; } } /* '' */
.icon-left-thick { &::before { content: '\e82c'; } } /* '' */
.icon-left-bold { &::before { content: '\e837'; } } /* '' */
.icon-smile { &::before { content: '\e85e'; } } /* '' */
.icon-frown { &::before { content: '\e84b'; } } /* '' */
.icon-meh { &::before { content: '\e85f'; } } /* '' */
.icon-help { &::before { content: '\e83c'; } } /* '' */
.icon-menu { &::before { content: '\e854'; } } /* '' */
.icon-home { &::before { content: '\e842'; } } /* '' */
.icon-search { &::before { content: '\e855'; } } /* '' */
.icon-user { &::before { content: '\e833'; } } /* '' */
.icon-user-circle { &::before { content: '\e86c'; } } /* '' */
.icon-login { &::before { content: '\e845'; } } /* '' */
.icon-logout { &::before { content: '\e847'; } } /* '' */
.icon-dividers { &::before { content: '\e801'; } } /* '' */
.icon-cog { &::before { content: '\e84e'; } } /* '' */
.icon-cog-alt { &::before { content: '\e818'; } } /* '' */
.icon-attachment { &::before { content: '\e832'; } } /* '' */
.icon-revert-replay { &::before { content: '\e839'; } } /* '' */
.icon-bell { &::before { content: '\e83a'; } } /* '' */
.icon-bookmark-empty { &::before { content: '\e83b'; } } /* '' */
.icon-check { &::before { content: '\e841'; } } /* '' */
.icon-checkbox-marked { &::before { content: '\e844'; } } /* '' */
.icon-down-open-big { &::before { content: '\e846'; } } /* '' */
.icon-star { &::before { content: '\e860'; } } /* '' */
.icon-star-outline { &::before { content: '\e84c'; } } /* '' */
.icon-sitemap { &::before { content: '\e84d'; } } /* '' */
.icon-puzzle { &::before { content: '\e84f'; } } /* '' */
.icon-plus { &::before { content: '\e850'; } } /* '' */
.icon-minus { &::before { content: '\e852'; } } /* '' */
.icon-pencil-1 { &::before { content: '\e851'; } } /* '' */
.icon-clipboard { &::before { content: '\e857'; } } /* '' */
.icon-clipboard-empty { &::before { content: '\e856'; } } /* '' */
.icon-clock { &::before { content: '\e858'; } } /* '' */
.icon-cloud { &::before { content: '\e85a'; } } /* '' */
.icon-mail { &::before { content: '\e85d'; } } /* '' */
.icon-folder-image { &::before { content: '\e809'; } } /* '' */
.icon-file-new { &::before { content: '\e83d'; } } /* '' */
.icon-file { &::before { content: '\e83e'; } } /* '' */
.icon-file-export:before { content: '\e80a'; } /* '' */
.icon-files { &::before { content: '\e849'; } } /* '' */
/* + + + + + additional "after" for nav-pagetools + + + + + */
.icon-pencil {
&::before,
&::after { content: '\e840'; }
@ -67,65 +140,7 @@
&::before,
&::after { content: '\e861'; }
}
.icon-dividers { &::before { content: '\e801'; } } /* '' */
.icon-emo-happy { &::before { content: '\e804'; } } /* '' */
.icon-emo-wink { &::before { content: '\e805'; } } /* '' */
.icon-emo-unhappy { &::before { content: '\e806'; } } /* '' */
.icon-emo-sleep { &::before { content: '\e807'; } } /* '' */
.icon-emo-thumbsup { &::before { content: '\e808'; } } /* '' */
.icon-folder-image { &::before { content: '\e809'; } } /* '' */
.icon-emo-grin { &::before { content: '\e80c'; } } /* '' */
.icon-emo-angry { &::before { content: '\e80d'; } } /* '' */
.icon-emo-cry { &::before { content: '\e80f'; } } /* '' */
.icon-emo-squint { &::before { content: '\e811'; } } /* '' */
.icon-emo-laugh { &::before { content: '\e812'; } } /* '' */
.icon-emo-wink2 { &::before { content: '\e813'; } } /* '' */
.icon-cog-alt { &::before { content: '\e818'; } } /* '' */
.icon-left-thick { &::before { content: '\e82c'; } } /* '' */
.icon-right-small { &::before { content: '\e82d'; } } /* '' */
.icon-right-thick { &::before { content: '\e82e'; } } /* '' */
.icon-up-small { &::before { content: '\e82f'; } } /* '' */
.icon-up-thick { &::before { content: '\e831'; } } /* '' */
.icon-attachment { &::before { content: '\e832'; } } /* '' */
.icon-user { &::before { content: '\e833'; } } /* '' */
.icon-down-small { &::before { content: '\e834'; } } /* '' */
.icon-down-thick { &::before { content: '\e835'; } } /* '' */
.icon-left-small { &::before { content: '\e836'; } } /* '' */
.icon-left-bold { &::before { content: '\e837'; } } /* '' */
.icon-revert-replay { &::before { content: '\e839'; } } /* '' */
.icon-bell { &::before { content: '\e83a'; } } /* '' */
.icon-bookmark-empty { &::before { content: '\e83b'; } } /* '' */
.icon-help { &::before { content: '\e83c'; } } /* '' */
.icon-file-new { &::before { content: '\e83d'; } } /* '' */
.icon-file { &::before { content: '\e83e'; } } /* '' */
.icon-check { &::before { content: '\e841'; } } /* '' */
.icon-home { &::before { content: '\e842'; } } /* '' */
.icon-checkbox-marked { &::before { content: '\e844'; } } /* '' */
.icon-login { &::before { content: '\e845'; } } /* '' */
.icon-down-open-big { &::before { content: '\e846'; } } /* '' */
.icon-logout { &::before { content: '\e847'; } } /* '' */
.icon-up-open-big { &::before { content: '\e848'; } } /* '' */
.icon-files { &::before { content: '\e849'; } } /* '' */
.icon-frown { &::before { content: '\e84b'; } } /* '' */
.icon-star-outline { &::before { content: '\e84c'; } } /* '' */
.icon-sitemap { &::before { content: '\e84d'; } } /* '' */
.icon-cog { &::before { content: '\e84e'; } } /* '' */
.icon-puzzle { &::before { content: '\e84f'; } } /* '' */
.icon-plus { &::before { content: '\e850'; } } /* '' */
.icon-pencil-1 { &::before { content: '\e851'; } } /* '' */
.icon-minus { &::before { content: '\e852'; } } /* '' */
.icon-up { &::before { content: '\e853'; } } /* '' */
.icon-menu { &::before { content: '\e854'; } } /* '' */
.icon-search { &::before { content: '\e855'; } } /* '' */
.icon-clipboard-empty { &::before { content: '\e856'; } } /* '' */
.icon-clipboard { &::before { content: '\e857'; } } /* '' */
.icon-clock { &::before { content: '\e858'; } } /* '' */
.icon-down { &::before { content: '\e859'; } } /* '' */
.icon-cloud { &::before { content: '\e85a'; } } /* '' */
.icon-mail { &::before { content: '\e85d'; } } /* '' */
.icon-smile { &::before { content: '\e85e'; } } /* '' */
.icon-meh { &::before { content: '\e85f'; } } /* '' */
.icon-star { &::before { content: '\e860'; } } /* '' */
.icon-user-circle { &::before { content: '\e86c'; } } /* '' */
.icon-right-bold {
&::before,
&::after { content: '\e882'; }
}

View file

@ -212,6 +212,20 @@
"arrow-left-bold"
]
},
{
"uid": "be1984df02c15bc51c0c83bf51f3bab6",
"css": "right-bold",
"code": 59522,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M166.7 625V375H500V173.3L826.7 500 500 826.7V625H166.7Z",
"width": 1000
},
"search": [
"right-bold"
]
},
{
"uid": "c58db1d3ca8a7d95ab530541c4aff47b",
"css": "up-bold",
@ -226,6 +240,20 @@
"arrow-up-bold"
]
},
{
"uid": "d03bf8f62747a186370204a5053cddc9",
"css": "down-bold",
"code": 59523,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M375 166.7H625V500H826.7L500 826.7 173.3 500H375V166.7Z",
"width": 1000
},
"search": [
"down-bold"
]
},
{
"uid": "8ed00db9d20a2d7ff1c7eed96813b6cf",
"css": "up-open-big",
@ -282,6 +310,20 @@
"menu-down"
]
},
{
"uid": "e7226f2ac8200dea21fd7d6fffa1778c",
"css": "user-circle",
"code": 59500,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M500 800C395.8 800 303.8 746.7 250 666.7 251.3 583.3 416.7 537.5 500 537.5 583.3 537.5 748.7 583.3 750 666.7 696.3 746.7 604.2 800 500 800M500 208.3A125 125 0 0 1 625 333.3 125 125 0 0 1 500 458.3 125 125 0 0 1 375 333.3 125 125 0 0 1 500 208.3M500 83.3A416.7 416.7 0 0 0 83.3 500 416.7 416.7 0 0 0 500 916.7 416.7 416.7 0 0 0 916.7 500C916.7 269.6 729.2 83.3 500 83.3Z",
"width": 1000
},
"search": [
"account-circle"
]
},
{
"uid": "e9cf37693b41c528d5b115a05daf598f",
"css": "user",
@ -386,6 +428,20 @@
"code": 59416,
"src": "fontawesome"
},
{
"uid": "3b1ed5290f0ac657d3a08e12df23ca97",
"css": "folder-image",
"code": 59401,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M208.3 708.3L395.8 458.3 541.7 645.8 645.8 520.8 791.7 708.3M833.3 250H500L416.7 166.7H166.7A83.3 83.3 0 0 0 83.3 250V750A83.3 83.3 0 0 0 166.7 833.3H833.3A83.3 83.3 0 0 0 916.7 750V333.3A83.3 83.3 0 0 0 833.3 250Z",
"width": 1000
},
"search": [
"folder"
]
},
{
"uid": "c24c3a39a7cfc385fcdbfb6e550a6333",
"css": "clipboard-empty",
@ -416,7 +472,7 @@
},
{
"uid": "108d2cf571cfb17440c1691dc597609a",
"css": "doc",
"css": "file",
"code": 59454,
"src": "custom_icons",
"selected": true,
@ -430,7 +486,7 @@
},
{
"uid": "2fffd3933d8cc5e0ed4c292f3631ed0b",
"css": "docs",
"css": "files",
"code": 59465,
"src": "custom_icons",
"selected": true,
@ -444,7 +500,7 @@
},
{
"uid": "7b357343fb97c221a7c3f5a27b7b800c",
"css": "doc-new",
"css": "file-new",
"code": 59453,
"src": "custom_icons",
"selected": true,
@ -472,7 +528,7 @@
},
{
"uid": "3dbc74b737ad75b2dea6346133003e37",
"css": "doc-text",
"css": "file-text",
"code": 59466,
"src": "custom_icons",
"selected": true,
@ -484,6 +540,34 @@
"file-document"
]
},
{
"uid": "6ba0f5403cd0e8e95462198d1c2f2203",
"css": "file-xml",
"code": 59394,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M541.7 375H770.8L541.7 145.8V375M250 83.3H583.3L833.3 333.3V833.3A83.3 83.3 0 0 1 750 916.7H250A83.3 83.3 0 0 1 166.7 833.3V166.7C166.7 120.4 203.7 83.3 250 83.3M255 645.8L410.8 801.7 470 742.9 372.9 645.8 470 548.8 410.8 490 255 645.8M720 645.8L564.2 490 505 548.8 602.1 645.8 505 742.9 564.2 801.7 720 645.8Z",
"width": 1000
},
"search": [
"file-xml"
]
},
{
"uid": "bb5181b39a408e334b9213d6051250c3",
"css": "file-export",
"code": 59402,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M250 83.3C203.7 83.3 166.7 120.8 166.7 166.7V833.3A83.3 83.3 0 0 0 250 916.7H750A83.3 83.3 0 0 0 833.3 833.3V333.3L583.3 83.3M541.7 145.8L770.8 375H541.7M372.1 509.2H666.7V803.7L578.3 715.4 460.4 833.3 342.5 715.4 460.4 597.9",
"width": 1000
},
"search": [
"file-export"
]
},
{
"uid": "2c9c17d58273a5617b1bbdc0602c6bb4",
"css": "link",
@ -512,20 +596,6 @@
"attachment"
]
},
{
"uid": "90cfe91091dbeb0257184badce6dd31d",
"css": "undo-variant",
"code": 59449,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M562.5 291.7A270.8 270.8 0 0 1 833.3 562.5 270.8 270.8 0 0 1 562.5 833.3H416.7V750H562.5C666.7 750 750 666.7 750 562.5 750 458.3 666.7 375 562.5 375H326.3L454.6 503.7 395.8 562.5 166.7 333.3 395.8 104.2 455 162.9 326.3 291.7H562.5M250 750H333.3V833.3H250V750Z",
"width": 1000
},
"search": [
"undo-variant"
]
},
{
"uid": "256d512a42d54f808cc5afffb7adca21",
"css": "pencil",
@ -554,6 +624,20 @@
"pencil"
]
},
{
"uid": "affa5bca15baedc7e4d51e239d058525",
"css": "pencil-add",
"code": 59392,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M546.6 671.6H671.6V546.6H754.9V671.6H879.9V754.9H754.9V879.9H671.6V754.9H546.6ZM862.9 293.3C879.2 277.1 879.2 250 862.9 234.6L765.4 137.1C750 120.8 722.9 120.8 706.7 137.1L630 213.3 786.3 369.6M125 718.8V875H281.3L742.1 413.7 585.8 257.5Z",
"width": 1000
},
"search": [
"pencil"
]
},
{
"uid": "869010a7f405f1c4c4f8e1d610d66aed",
"css": "book-open",
@ -833,6 +917,48 @@
"search": [
"check"
]
},
{
"uid": "d4eb253b87393661a6bb0d84edf343d5",
"css": "dividers",
"code": 59393,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M458.3 83.3H541.7V166.7H562.5A62.5 62.5 0 0 1 625 229.2V375L606.7 393.3 675 511.7C721.2 466.2 750 403.3 750 333.3H833.3C833.3 434.2 788.8 524.6 717.9 585.8L848.8 812.5 854.2 905 776.2 854.2 648.3 632.1C604.2 654.2 553.3 666.7 500 666.7 446.7 666.7 395.8 654.2 351.7 632.1L223.8 854.2 145.8 905 151.3 812.5 393.3 393.3 375 375V229.2A62.5 62.5 0 0 1 437.5 166.7H458.3V83.3M393.3 559.6C425.8 575 462.1 583.3 500 583.3 537.9 583.3 574.2 575 606.7 559.6L545.8 454.2H545.4C519.6 479.2 480.4 479.2 454.6 454.2H454.2L393.3 559.6M500 250A41.7 41.7 0 0 0 458.3 291.7 41.7 41.7 0 0 0 500 333.3 41.7 41.7 0 0 0 541.7 291.7 41.7 41.7 0 0 0 500 250Z",
"width": 1000
},
"search": [
"dividers"
]
},
{
"uid": "539de8f1b724882316384084be16d523",
"css": "revert-replay",
"code": 59449,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M500 208.3V41.7L291.7 250 500 458.3V291.7A250 250 0 0 1 750 541.7 250 250 0 0 1 500 791.7 250 250 0 0 1 250 541.7H166.7A333.3 333.3 0 0 0 500 875 333.3 333.3 0 0 0 833.3 541.7 333.3 333.3 0 0 0 500 208.3Z",
"width": 1000
},
"search": [
"revert"
]
},
{
"uid": "9fa299e43ac2df88490666723151a4f9",
"css": "revisions-history",
"code": 59395,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M458.3 291.7V504.6L654.6 620.8 687.5 567.5 520.8 468.8V291.7M520.8 83.3C373.8 83.3 246.3 163.3 177.9 282.1L83.3 187.5V458.3H354.2L239.6 343.8C290 238.8 395.8 166.7 520.8 166.7A312.5 312.5 0 0 1 833.3 479.2 312.5 312.5 0 0 1 520.8 791.7C384.6 791.7 269.6 704.6 226.7 583.3H139.2C185 751.3 337.9 875 520.8 875 739.2 875 916.7 697.9 916.7 479.2A395.8 395.8 0 0 0 520.8 83.3Z",
"width": 1000
},
"search": [
"history"
]
}
]
}

View file

@ -9,6 +9,7 @@
.icon-emo-sleep:before { content: '\e807'; } /* '' */
.icon-emo-thumbsup:before { content: '\e808'; } /* '' */
.icon-folder-image:before { content: '\e809'; } /* '' */
.icon-file-export:before { content: '\e80a'; } /* '' */
.icon-emo-grin:before { content: '\e80c'; } /* '' */
.icon-emo-angry:before { content: '\e80d'; } /* '' */
.icon-emo-cry:before { content: '\e80f'; } /* '' */
@ -70,4 +71,6 @@
.icon-meh:before { content: '\e85f'; } /* '' */
.icon-star:before { content: '\e860'; } /* '' */
.icon-code:before { content: '\e861'; } /* '' */
.icon-user-circle:before { content: '\e86c'; } /* '' */
.icon-user-circle:before { content: '\e86c'; } /* '' */
.icon-right-bold:before { content: '\e882'; } /* '' */
.icon-down-bold:before { content: '\e883'; } /* '' */

Binary file not shown.

View file

@ -26,6 +26,8 @@
<glyph glyph-name="folder-image" unicode="&#xe809;" d="M208 142l188 250 146-188 104 125 146-187m41 458h-333l-83 83h-250a83 83 0 0 1-84-83v-500a83 83 0 0 1 84-83h666a83 83 0 0 1 84 83v417a83 83 0 0 1-84 83z" horiz-adv-x="1000" />
<glyph glyph-name="file-export" unicode="&#xe80a;" d="M250 767c-46 0-83-38-83-84v-666a83 83 0 0 1 83-84h500a83 83 0 0 1 83 84v500l-250 250m-41-63l229-229h-229m-170-134h295v-295l-89 89-118-118-117 118 117 117" horiz-adv-x="1000" />
<glyph glyph-name="emo-grin" unicode="&#xe80c;" d="M197 801c-61 0-110-64-110-144 0-80 49-144 110-144s109 64 109 144c0 80-49 144-109 144z m476 0c-60 0-109-64-109-144 0-80 49-144 109-144 61 0 110 64 110 144 0 80-49 144-110 144z m144-480l-765 0c-29 0-52-24-52-54 3-200 238-351 422-354 186-3 442 156 448 355 0 29-24 53-53 53z m-700-106l634 0c-62-121-190-201-331-197-130 4-246 83-303 197z" horiz-adv-x="870" />
<glyph glyph-name="emo-angry" unicode="&#xe80d;" d="M53 738c-20 0-39-11-48-30-13-26-1-58 25-71l152-80c-3-46 8-93 34-128 21-29 52-49 88-49 90 0 126 107 121 179-120 53-232 115-349 174-7 4-15 5-23 5z m894 0c-8 0-16-1-23-5-117-59-229-121-349-174-5-72 31-179 121-179 36 0 67 20 88 49 25 35 37 82 34 128l152 80c26 13 37 45 25 71-10 19-29 30-48 30z m-453-537c-165 0-330-62-461-184l-2-3c-6-5-11-10-15-14-21-21-21-55-1-76 21-21 54-21 75-1l12 12 3 3c112 105 254 157 396 155 143-1 286-56 396-165 4-4 8-8 12-12 21-21 54-21 75-1 21 21 21 55 0 77-4 5-9 10-14 14-130 129-299 194-468 195-3 0-5 0-8 0z" horiz-adv-x="1000" />
@ -149,6 +151,10 @@
<glyph glyph-name="code" unicode="&#xe861;" d="M608 158l192 192-192 192 59 58 250-250-250-250-59 58m-216 0l-192 192 192 192-59 58-250-250 250-250 59 58z" horiz-adv-x="1000" />
<glyph glyph-name="user-circle" unicode="&#xe86c;" d="M500 50c-104 0-196 53-250 133 1 84 167 130 250 130 83 0 249-46 250-130-54-80-146-133-250-133m0 592a125 125 0 0 0 125-125 125 125 0 0 0-125-125 125 125 0 0 0-125 125 125 125 0 0 0 125 125m0 125a417 417 0 0 1-417-417 417 417 0 0 1 417-417 417 417 0 0 1 417 417c0 230-188 417-417 417z" horiz-adv-x="1000" />
<glyph glyph-name="right-bold" unicode="&#xe882;" d="M167 225v250h333v202l327-327-327-327v202h-333z" horiz-adv-x="1000" />
<glyph glyph-name="down-bold" unicode="&#xe883;" d="M375 683h250v-333h202l-327-327-327 327h202v333z" horiz-adv-x="1000" />
</font>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -241,7 +241,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
<div class="breadcrumbs" data-do="<?php echo $ACT?>">
<div class="togglelink page_main-content">
<a href="#">&lt; &gt;<span class="sr-out"><?php echo tpl_getLang('a11y_sidebartoggle')?></span></a>
<a href="#"><span class="sr-out"><?php echo tpl_getLang('a11y_sidebartoggle')?></span></a>
</div>
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_status') ?></h6>