Skip to content

Instantly share code, notes, and snippets.

@MaxLynam
Created August 19, 2013 17:40
Show Gist options
  • Save MaxLynam/6271895 to your computer and use it in GitHub Desktop.
Save MaxLynam/6271895 to your computer and use it in GitHub Desktop.
Rs Forms RWD normalisation
.rsform .formControlLabel {
float: left;
width: 25%;
}
.rsform input, .rsform textarea, .rsform .uneditable-input {
margin-right: 4%;
width: 65%;
}
.rsform-block-header .formControlLabel {display: none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment