Created
January 21, 2016 01:02
-
-
Save WilCF/4676af633d4a2510abd0 to your computer and use it in GitHub Desktop.
CML Horizontal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Horizontal radio button questions for cml:radio in a cml:radios with class "horizontal" */ | |
.radios.horizontal .cml_row { | |
float: left; | |
width: 20%; | |
} | |
In this case, you only need to set the cml:radios to class="horizontal" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment