styled the user image in header

main
psychobunny 10 years ago
parent f12d43ead4
commit ef2c50a813

@ -1,15 +1,20 @@
.header {
#user_label {
img {
border: 1px solid #454;
width: 19px;
height: 19px;
}
#user_dropdown {
padding: 0;
span {
font-size: 14px;
font-weight: 400;
img {
width: 30px;
height: 30px;
border-radius: 50%;
border: 0px none;
margin-top: 8px;
margin-left: 10px;
span {
font-size: 14px;
font-weight: 400;
}
}
}

Loading…
Cancel
Save