styled the user image in header

main
psychobunny 10 years ago
parent f12d43ead4
commit ef2c50a813

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

Loading…
Cancel
Save