add some colour

This commit is contained in:
Mike Macgirvin 2023-05-11 07:34:26 +10:00
parent 5d959ebb73
commit f62b4566c9
3 changed files with 8 additions and 1 deletions

View file

@ -402,6 +402,7 @@ class Libprofile
$clone['id_url'],
'check',
t('Verified'),
'_green'
]
]);
}
@ -418,6 +419,7 @@ class Libprofile
$pconfig[1],
'check',
t('Verified'),
'_green'
]
]);
}
@ -429,6 +431,7 @@ class Libprofile
$pconfig[1],
'close',
t('Not verified'),
'_red'
]
]);
}

View file

@ -250,6 +250,10 @@ a:focus,
position: absolute;
width: 100%;
}
.identity-url-inner {
font-size: 0.7rem;
}
.identity-name-td {
width: 25%;
}

View file

@ -14,6 +14,6 @@
</div>
</td>
<td class="identity-checked-td" title="{{$identity.3}}">
<i class="fa fa-{{$identity.2}}" title="{{$identity.3}}"></i>
<i class="fa fa-{{$identity.2}} {{$identity.4}}" title="{{$identity.3}}"></i>
</td>
</tr>