Skip to content

Instantly share code, notes, and snippets.

@Jeavon
Created September 10, 2014 16:15
Show Gist options
  • Save Jeavon/2a7b7be9b9c68544ad2b to your computer and use it in GitHub Desktop.
Save Jeavon/2a7b7be9b9c68544ad2b to your computer and use it in GitHub Desktop.
Custom 2Col RTE Archetype Stylesheet
.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