Frontend] Styling for New Edit Mode

open #198
.l-flex styles refined;
Animation refinement;
.s-btn default vertical-align = top;
.tool-bar style tweaked;
Added title-label back into edit-action-buttons.html;
This commit is contained in:
Charles Hacskaylo
2015-10-21 11:35:36 -07:00
parent 5382cca435
commit 4c84789d5d
9 changed files with 219 additions and 146 deletions

View File

@@ -125,6 +125,10 @@ mct-container {
text-align: center;
}
.ellipsis {
@include ellipsize();
}
.scrolling {
overflow: auto;
}