[Mobile] Create Menu
Create menu text has ellipsis attribute now, so if text is cut off it will have a '...' appended to it. Also added comments to mixins.
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
at runtime from the About dialog for additional information.
|
||||
-->
|
||||
<div class="contents" ng-controller="CreateMenuController">
|
||||
<div class="pane left menu-items pane-special left">
|
||||
<div class="pane left menu-items mobile-super-menu">
|
||||
<ul>
|
||||
|
||||
<li ng-repeat="createAction in createActions">
|
||||
<a
|
||||
<a class="mobile-super-menu-text"
|
||||
ng-click="createAction.perform()"
|
||||
ng-mouseover="representation.activeMetadata = createAction.getMetadata()"
|
||||
ng-mouseleave="representation.activeMetadata = undefined">
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="pane right menu-item-description">
|
||||
<div class="pane right menu-item-description mobile-right-create">
|
||||
<div class="desc-area ui-symbol icon type-icon">
|
||||
{{representation.activeMetadata.glyph}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user