styled the user image in header

main
psychobunny 10 years ago
parent f12d43ead4
commit ef2c50a813

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

Loading…
Cancel
Save