diff --git a/components/ReportModal.vue b/components/ReportModal.vue index 63ac36f0..0c4126b2 100644 --- a/components/ReportModal.vue +++ b/components/ReportModal.vue @@ -5,12 +5,66 @@ + + + + +
@@ -21,16 +75,26 @@ @@ -77,4 +226,21 @@ .modal-author{ margin-left: 10px !important; } + .actifit-link-plain{ + color: black; + } + .modal-author:hover, .text-brand:hover, .actifit-link-plain:hover{ + text-decoration: none; + } + .numberCircle { + border-radius: 50%; + width: 10px; + line-height: 10px; + padding: 4px 2px 4px 2px; + margin-left: 4px; + background: #fff; + border: 2px solid; + text-align: center; + vertical-align:middle; + }