I have a radio button list via asp.net controls. For some reason the box that contains the circle to click is way too wide. The actual label is fine etc. I don't have any CSS attached to this radio button list that I know of. I tried to do F12, but I
do not see anything sitting on it that could cause it. Below is my CSS - can someone see where the issue might be. The radio button list is wrapped in a table cell.
I also looked at this link, but it was no help: http://bytes.com/topic/c-sharp/answers/474858-sizing-radiobuttonlist-asp-net-page
html {
background-color: #e2e2e2;
margin: 0;
padding: 0;
}
body {
background-color: gray;
border-top: solid 10px #000;
color: #333;
font-size: .85em;
font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
ma ...
Go to the complete details ...