[Frontend] Mods to layout element drag handles and editing behavior

WTD-951
layout.html:
Added classes to and removed inline styles from drag handles,
Removed edge handles, leaving corner handles in NW, SW and SE only;
Added hover classes to display corner handles while editing;
Modified z-indexing to allow view switcher to be accessed while editing;
This commit is contained in:
Charles Hacskaylo
2015-06-16 12:40:48 -07:00
parent a984e60ca5
commit 70e1a8ad9e
4 changed files with 121 additions and 42 deletions

View File

@@ -54,6 +54,7 @@
.view-switcher {
//display: none;
opacity: 0;
z-index: 10;
}
&:hover .view-switcher {
// Show the view switcher on frame hover