Skip to content

Instantly share code, notes, and snippets.

@niisar
Created September 25, 2014 13:57
Show Gist options
  • Save niisar/aae217f8efc7ded877a8 to your computer and use it in GitHub Desktop.
Save niisar/aae217f8efc7ded877a8 to your computer and use it in GitHub Desktop.
text alignment in radio button group
.radioButtonList td
{
vertical-align: top;
}
.radioButtonList input[type="radio"]
{
float: left;
}
.radioButtonList label
{
width: 50px;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment