CSS tweak. Properly position status edit icon.

This commit is contained in:
JC Brand 2014-11-27 10:40:17 +01:00
parent 831faf7096
commit 96c2f2fca0
2 changed files with 2 additions and 2 deletions

View File

@ -851,7 +851,7 @@ dl.add-converse-contact {
clear: right;
height: 22px;
width: 12px;
padding: 0px 15px 0 0;
margin: 0px 5px 0 0;
color: #4f4f4f;
}
#conversejs ul#found-users {

View File

@ -946,7 +946,7 @@ dl.add-converse-contact {
clear: right;
height: 22px;
width: 12px;
padding: 0px 15px 0 0;
margin: 0px 5px 0 0;
color: rgb(79, 79, 79);
}