mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Resolve "Afficher les noms des usagers et l'entité concerné par l'entité notifiée dans la liste des notifications"
This commit is contained in:
@@ -10,6 +10,19 @@ div.notification {
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
}
|
||||
h4.notification-subtitle {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
ul.notification-related-entities {
|
||||
margin: 0.5rem 0;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
& > li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
}
|
||||
div.read {
|
||||
h2.notification-title,
|
||||
h6.notification-title {
|
||||
@@ -52,7 +65,7 @@ div.notification-show {
|
||||
li {
|
||||
span.item-key {
|
||||
display: inline-block;
|
||||
width: 3em;
|
||||
padding: 0.1em 0.3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -97,4 +110,4 @@ span.counter {
|
||||
padding: 0 0.4rem;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user