Improved focus style for items in user list
This commit is contained in:
parent
8a9bf259e4
commit
23a5a8afeb
1 changed files with 5 additions and 1 deletions
|
@ -39,9 +39,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#user-list .user img {
|
#user-list .user img {
|
||||||
float: left;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
#user-list .user>a {
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
#user-list .user .details {
|
#user-list .user .details {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in a new issue