[Frontend] Edit mode refactored to use new mct-split-pane

WTD-1404
WTD-1399
This commit is contained in:
Charles Hacskaylo
2015-06-30 13:23:56 -07:00
parent c24a459f66
commit 9d25e3081f
9 changed files with 163 additions and 154 deletions

View File

@@ -19,18 +19,19 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
.section-header {
@include border-radius(3px);
background: rgba(white, 0.1);
font-size: 0.8em;
margin-top: $interiorMargin;
padding: $interiorMargin;
&:first-child {
margin-top: 0;
}
}
.form {
// @include test(orange);
.section-header {
@include border-radius(3px);
background: rgba(white, 0.1);
font-size: 0.8em;
margin-top: $interiorMargin;
padding: $interiorMargin;
&:first-child {
margin-top: 0;
}
}
.form-section {
position: relative;
}