Merge pull request #10339 from colinux/fix-instructeurs-notification
ETQ instructeur, fix position de la pastille de notification
This commit is contained in:
commit
331dfd3044
3 changed files with 4 additions and 5 deletions
|
@ -8,8 +8,7 @@ span.notifications {
|
|||
background-color: $orange;
|
||||
}
|
||||
|
||||
.fr-tabs__list span.notifications,
|
||||
span.notifications.absolute-right {
|
||||
.fr-tabs__list span.notifications {
|
||||
z-index: 2;
|
||||
top: 5px;
|
||||
right: 8px;
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
%a.cell-link.relative{ href: path }
|
||||
= p.dossier_id
|
||||
- if @not_archived_notifications_dossier_ids.include?(p.dossier_id)
|
||||
%span.notifications.absolute-right{ 'aria-label': 'notifications' }
|
||||
%span.notifications{ 'aria-label': 'notifications' }
|
||||
|
||||
|
||||
- p.columns.each do |column|
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
.cell-link.relative
|
||||
= p.dossier_id
|
||||
- if @notifications_dossier_ids.include?(p.dossier_id)
|
||||
%span.notifications.absolute-right{ 'aria-label': 'notifications' }
|
||||
%span.notifications{ 'aria-label': 'notifications' }
|
||||
%td
|
||||
.cell-link= procedure_libelle
|
||||
%td
|
||||
|
@ -55,7 +55,7 @@
|
|||
%a.cell-link.relative{ href: path }
|
||||
= p.dossier_id
|
||||
- if @notifications_dossier_ids.include?(p.dossier_id)
|
||||
%span.notifications.absolute-right{ 'aria-label': 'notifications' }
|
||||
%span.notifications{ 'aria-label': 'notifications' }
|
||||
|
||||
%td
|
||||
%a.cell-link{ href: path }= procedure_libelle
|
||||
|
|
Loading…
Reference in a new issue