diff --git a/app/fonts/taiga.eot b/app/fonts/taiga.eot index 17c23921..b130ed12 100644 Binary files a/app/fonts/taiga.eot and b/app/fonts/taiga.eot differ diff --git a/app/fonts/taiga.svg b/app/fonts/taiga.svg index afb37235..b3b37a2a 100644 --- a/app/fonts/taiga.svg +++ b/app/fonts/taiga.svg @@ -7,55 +7,55 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/fonts/taiga.ttf b/app/fonts/taiga.ttf index e31d761e..a766a2ec 100644 Binary files a/app/fonts/taiga.ttf and b/app/fonts/taiga.ttf differ diff --git a/app/fonts/taiga.woff b/app/fonts/taiga.woff index e58fb93e..6606a61a 100644 Binary files a/app/fonts/taiga.woff and b/app/fonts/taiga.woff differ diff --git a/app/modules/components/project-menu/project-menu.jade b/app/modules/components/project-menu/project-menu.jade index 420bf468..9ff22d8e 100644 --- a/app/modules/components/project-menu/project-menu.jade +++ b/app/modules/components/project-menu/project-menu.jade @@ -29,7 +29,7 @@ nav.menu(ng-if="vm.project") aria-label="{{'PROJECT.SECTION.BACKLOG' | translate}}" tabindex="2" ) - span.icon.icon-backlog + span.icon.icon-scrum span.helper(translate="PROJECT.SECTION.BACKLOG") li(id="nav-kanban", ng-if="vm.menu.get('kanban')") diff --git a/app/partials/admin/admin-project-modules.jade b/app/partials/admin/admin-project-modules.jade index babcac99..ab4ade35 100644 --- a/app/partials/admin/admin-project-modules.jade +++ b/app/partials/admin/admin-project-modules.jade @@ -15,7 +15,7 @@ div.wrapper(tg-project-modules, ng-controller="ProjectProfileController as ctrl" form div.functionality(ng-class="{true:'active', false:''}[project.is_backlog_activated]") - div.icon.icon-backlog + div.icon.icon-scrum div.desc p span.title(translate="ADMIN.MODULES.BACKLOG") diff --git a/app/styles/core/typography.scss b/app/styles/core/typography.scss index 4738077e..51480411 100755 --- a/app/styles/core/typography.scss +++ b/app/styles/core/typography.scss @@ -8,7 +8,7 @@ opensans-semibold, taiga { @font-face { font-family: '#{$font-face}'; - src: url("../fonts/#{$font-face}.eot?#iefix") format('embedded-opentype'), url("../fonts/#{$font-face}.woff") format('woff'), url("../fonts/#{$font-face}.ttf") format('truetype'), url("../fonts/#{$font-face}.svg#{$font-face}") format('svg'); + src: url('../fonts/#{$font-face}.eot?#iefix') format('embedded-opentype'), url('../fonts/#{$font-face}.woff') format('woff'), url('../fonts/#{$font-face}.ttf') format('truetype'), url('../fonts/#{$font-face}.svg#{$font-face}') format('svg'); } } @@ -140,207 +140,156 @@ a:visited { speak: none; text-transform: none !important; } - .icon-bug:before { content: 'a'; } - .icon-copy:before { content: 'b'; } - .icon-minimize:before { content: 'c'; } - .icon-maximize:before { content: 'd'; } - .icon-comment:before { content: 'e'; } - .icon-plus:before { content: 'f'; } - .icon-attachments:before { content: 'g'; } - .icon-edit:before { content: 'h'; } - .icon-documents:before { content: 'i'; } - .icon-delete:before { content: 'j'; } - .icon-arrow-bottom:before { content: 'k'; } - .icon-arrow-left:before { content: 'l'; } - .icon-arrow-right:before { content: 'm'; } - .icon-arrow-up:before { content: 'n'; } - .icon-briefcase:before { content: 'o'; } - .icon-caret-down:before { content: 'p'; } - .icon-caret-up:before { content: 'q'; } - .icon-check-square:before { content: 'r'; } - .icon-notification-error:before { content: 's'; } - .icon-settings:before { content: 't'; } - .icon-document:before { content: 'u'; } - .icon-warning:before { content: 'v'; } - .icon-move:before { content: 'w'; } - .icon-drag-v:before { content: 'x'; } - .icon-filter:before { content: 'y'; } - .icon-help:before { content: 'z'; } - .icon-reload:before { content: 'A'; } - .icon-writer:before { content: 'B'; } - .icon-stats:before { content: 'C'; } - .icon-floppy:before { content: 'D'; } - .icon-warning-alt:before { content: 'E'; } - .icon-video:before { content: 'F'; } - .icon-bulk:before { content: 'G'; } - .icon-vunfold:before { content: 'H'; } - .icon-tasks:before { content: 'I'; } - .icon-kanban:before { content: 'J'; } - .icon-search:before { content: 'K'; } - .icon-wiki:before { content: 'L'; } - .icon-team:before { content: 'M'; } - .icon-vfold:before { content: 'N'; } - .icon-issues:before { content: 'O'; } - .icon-iocaine:before { content: 'Q'; } - .icon-archive:before { content: 'T'; } - .icon-capslock:before { content: 'U'; } - .icon-upload:before { content: 'V'; } - .icon-github:before { content: 'W'; } - .icon-timeline:before { content: 'X'; } - -.icon-backlog:before { +.icon-scrum:before { content: 'P'; } - .icon-project:before { content: 'S'; } - .icon-heart:before { content: 'R'; } - .icon-eye:before { content: 'Y'; }