styled chat dropdown

main
psychobunny 10 years ago
parent 921ce6dd7b
commit 2ec342b91d

@ -80,11 +80,19 @@
li { li {
.pointer; .pointer;
width: 200px; width: 200px;
font-size: 16px;
a { a {
white-space: nowrap; white-space: nowrap;
line-height: 30px; line-height: 30px;
position: relative;
i {
position: absolute;
left: -26px;
}
img { img {
width: 32px; width: 32px;
margin-right: 1em; margin-right: 1em;

@ -36,6 +36,10 @@
a { a {
color: white; color: white;
i {
left: 42px;
}
} }
} }
} }

Loading…
Cancel
Save