Topic-icon login module format issue

Active Subscriptions:

None
9 years 9 months ago #59147 by skyfranky
how to fix this issue so that user and password field having the same height as green button?

screencast.com/t/hBcBhuCdaWu
screencast.com/t/O0xGDHYJueE
www.macaucentral.com/dev/
The topic has been locked.
Support Specialist
9 years 9 months ago #59149 by mel
Replied by mel on topic login module format issue
These styles seemed to fix it for me in the Developer Tools inspector.
#sclogin-username, #sclogin-passwd{
margin-top:10px;
height: 24px;
}
.sclogin a.forgot.btn {
height: 34px;
}
.sclogin a.forgot.btn i {
margin-top: 8px;
}
The topic has been locked.
Active Subscriptions:

None
9 years 9 months ago #59161 by skyfranky
Replied by skyfranky on topic login module format issue
where should I put the code?
The topic has been locked.
Support Specialist
9 years 9 months ago #59168 by mel
Replied by mel on topic login module format issue
It looks like you're using the sourcecoast theme in SCLogin. I would suggest copying this theme and making the changes in the new theme. Please read the documentation here for steps on how to do the theme.

-Melissa
The topic has been locked.