[Frontend] Hide/show Create button in mobile

open #250
open #157
Create button now hidden by default in mobile via
usage of CSS; can be re-displayed by including
'example/mobile' bundle;
This commit is contained in:
Charles Hacskaylo
2015-11-09 17:10:57 -08:00
parent cfc9b61e25
commit d8ced8f635
7 changed files with 182 additions and 0 deletions

View File

@@ -44,6 +44,12 @@
}
}
.create-btn-holder {
// Hide the create button by default in mobile;
// This can be overridden by an example bundle to come
display: none;
}
.holder.holder-treeview-elements {
right: $bodyMargin !important;
}