Frontend] More refining of collapsing treeview

open #90
Create and Search controls now properly change
to mini-tabs when treeview is collapsed;
Mods to .create-btn to use :before for symbol instead of span;
 TO-DO: why does mct-device alter the order of items in the rendered
 markup?
This commit is contained in:
Charles Hacskaylo
2015-10-26 10:01:52 -07:00
parent 8ee4fc9b71
commit fd582d45d2
6 changed files with 345 additions and 198 deletions

View File

@@ -43,6 +43,11 @@
}
&.create-btn {
&:before {
content:'\2b';
display: inline;
font-family: symbolsfont;
}
.title-label {
font-size: 1rem;
}