Where do I set the width and height of (and other adjustments) for the login-form in MVC4?
I am creating a web app that works fairly well on the mobile without any additional changes, but I need to adjust the login-form.
I’ve looked in the css, the jqueryui. dialog, as well as the cshtml.
Where do I set the width and height of (and other adjustments) for the
Share
In
_LoginPartial.cshtmladd another attribute for the login and registrationActionLink.For example, set the width to
400, and add this attribute to the link:data_dialog_width = "400"Result: