Skip to content

Instantly share code, notes, and snippets.

@kgiszewski
Created October 23, 2014 14:14
Show Gist options
  • Save kgiszewski/984ebcbe4972b9a62098 to your computer and use it in GitHub Desktop.
Save kgiszewski/984ebcbe4972b9a62098 to your computer and use it in GitHub Desktop.
.archetypeEditor .archetypeProperty {
clear: none;
}
.archetypeEditor textarea {
min-width: auto;
width: auto;
}
.row8-4 .firstColumn {
width: 64%;
float: left;
border-right: 1px dashed #ddd;
}
.row8-4 .secondColumn {
width: 35%;
font-size: 10px;
float: right;
}
.row8-4 .secondColumn label {
font-size: 10px;
}
.row8-4 .secondColumn a+ul.dropdown-menu {
margin-left: 65%;
}
.row6-6 .firstColumn {
width: 49%;
float: left;
border-right: 1px dashed #ddd;
}
.row6-6 .secondColumn {
width: 50%;
float: left;
}
.row6-6 .secondColumn a+ul.dropdown-menu {
margin-left: 50%;
}
.row3-3-3-3 .firstColumn label, .row3-3-3-3 .secondColumn label, .row3-3-3-3 .thirdColumn label, .row3-3-3-3 .fourthColumn label {
font-size: 10px;
}
.row3-3-3-3 .firstColumn, .row3-3-3-3 .secondColumn, .row3-3-3-3 .thirdColumn, .row3-3-3-3 .fourthColumn {
width: 24%;
float: left;
font-size: 10px;
border-right: 1px dashed #ddd;
}
.row3-3-3-3 .fourthColumn {
border: none;
}
.row3-3-3-3 .secondColumn a+ul.dropdown-menu {
margin-left: 25%;
}
.row3-3-3-3 .thirdColumn a+ul.dropdown-menu {
margin-left: 50%;
}
.row3-3-3-3 .fourthColumn a+ul.dropdown-menu {
margin-left: 75%;
}
.row4-4-4 .firstColumn label, .row4-4-4 .secondColumn label, .row4-4-4 .thirdColumn label, .row4-4-4 .fourthColumn label {
font-size: 10px;
}
.row4-4-4 .firstColumn, .row4-4-4 .secondColumn, .row4-4-4 .thirdColumn {
width: 33%;
float: left;
font-size: 10px;
border-right: 1px dashed #ddd;
}
.row4-4-4 .secondColumn a+ul.dropdown-menu {
margin-left: 33%;
}
.row4-4-4 .thirdColumn {
border: none;
}
.row4-4-4 .thirdColumn a+ul.dropdown-menu {
margin-left: 66%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment