Created
September 10, 2014 16:15
-
-
Save Jeavon/2a7b7be9b9c68544ad2b to your computer and use it in GitHub Desktop.
Custom 2Col RTE Archetype Stylesheet
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
.archetypeEditor div.archetypeProperty { | |
float: left; | |
clear: none; | |
margin-left: 20px; | |
} | |
.archetypeEditor div.archetypeProperty:first-child { | |
margin-left: 0; | |
} | |
.archetypeEditor .archetypeFieldsetLabel { | |
display: none; | |
} | |
.archetypeEditor .archetypeCollapser, .archetypeEditor fieldset, .archetypeEditor .controls-no-label { | |
border: none; | |
padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment