When creating a new asp.net mvc3 app you get the logon and register form with a label above the text field. I want to change it so that both the label and field are on the s
I'm using this css
.editor-label { display: block; float: left; padding: 0; width: 150px; margin: 1em 1em 0 0; } .editor-field { width:auto; margin: 0.5em 0 0 0; overflow: auto; min-height: 2em; }