开发者

Css Form element alignment

开发者 https://www.devze.com 2023-04-12 12:44 出处:网络
I have a html form(ASP.Net MVC). The input textboxes are wrapped in a div with a class name of editor-field. Example html:

I have a html form(ASP.Net MVC). The input textboxes are wrapped in a div with a class name of editor-field. Example html:

<div class="editor-field">
<input id="EmployeeNo" type="text" value="" name="EmployeeNo">
</div>

The style for the editor-field class is:

.display-field, .editor-field 
{
   float: left;
}

The textboxes are all way of t开发者_Python百科o the right, how can I get it to be closer to the labels? I've tried adding margins and padding, but it doesnt work.


The problem was with the .editor-label. It had a width that was too big.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号