[Frontend] Adding initialization CSS defs for new mct-split-pane

WTD-1404
WTD-1399
This commit is contained in:
Charles Hacskaylo 2015-06-30 13:26:15 -07:00
parent 9d25e3081f
commit 344aa8acc8

View File

@ -0,0 +1,20 @@
// Classes for initializing states of objects
.browse-mode {
.split-layout {
.pane.left {
width: 15%;
}
}
}
.edit-mode {
.split-layout {
.pane.right {
width: 15%;
.pane.bottom {
height: 30%;
}
}
}
}