Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
The login/register popup screen doesn’t look right not being on all of the screen, I think the text boxes don’t need to be that long and you could quite easily put the login and register side by side rather than vertical to each other.
Is it possible to edit the login screen in a file or is it something Leo would have to change? If its something we can do does anyone know how?
I changed mine a bit – to tighten it up – by modifying the CSS for dragonfly
/* modal login dialog very spread out*/
.modal-header, .modal-body, #register-form h3, #register-form h2{
margin-top: 2px;
margin-bottom: 5px;
}
.form-group {
margin-bottom: 6px;
}
.modal-footer {
padding: 5px 5px 5px;
margin-top: 5px;
}
/* smaller heading just for this form */
#register-form h2, div.modal-body.panel-body h2.entry-title{
font-size: 24px;
}
You can see the whole set of CSS customizations I did here:
http://www.symbiostock.org/post/4860/#p4860
Making the items side by side would require some code changes – as would shortening the text boxes. What I did was a small improvement rather than a big overhaul.
You must be logged in to reply to this topic.