Format file and fix styling
This commit is contained in:
1121
www/assets/app.js
1121
www/assets/app.js
File diff suppressed because it is too large
Load Diff
@@ -113,38 +113,37 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/ng-template" id="session-builder-modal.html">
|
<div style="visibility: hidden;">
|
||||||
<md-toolbar>
|
<div class="md-dialog-container" id="builderDialog">
|
||||||
<div class="md-toolbar-tools">
|
<md-dialog>
|
||||||
<h2>Session stack builder</h2>
|
<md-toolbar>
|
||||||
<span flex></span>
|
<div class="md-toolbar-tools">
|
||||||
</div>
|
<h2>Session stack builder</h2>
|
||||||
</md-toolbar>
|
<span flex></span>
|
||||||
<md-dialog-content>
|
</div>
|
||||||
<div class="md-dialog-content" style="width:800px;">
|
</md-toolbar>
|
||||||
<div layout="row">
|
<md-dialog-content layout-padding>
|
||||||
<div flex="100" style="margin-bottom: 20px;">
|
<div flex="100" style="margin: 20px 0px;">
|
||||||
We are building your stack. This might take a while.<br/>
|
We are building your stack. This might take a while.<br/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div id="builder-terminal" style="height: 450px; width: 800px">
|
||||||
<div layout="row" layout-align="center center">
|
|
||||||
<div id="builder-terminal" flex="100" style="height: 450px;">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div layout="row" ng-if="ready">
|
||||||
<div layout="row" ng-if="ready">
|
<div flex="100" style="margin-top: 20px; text-align:center; font-weight: bold; color: green;">
|
||||||
<div flex="100" style="margin-top: 20px;">
|
Your session is ready!
|
||||||
Your session is ready!
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</md-dialog-content>
|
||||||
</div>
|
<md-dialog-actions layout="row" ng-if="ready">
|
||||||
<md-dialog-actions layout="row" ng-if="ready">
|
<span flex></span>
|
||||||
<span flex></span>
|
<md-button ng-click="closeSessionBuilder()">
|
||||||
<md-button ng-click="closeSessionBuilder()">
|
Close
|
||||||
Close
|
</md-button>
|
||||||
</md-button>
|
</md-dialog-actions>
|
||||||
</md-dialog-actions>
|
</md-dialog>
|
||||||
</md-dialog-content>
|
</div>
|
||||||
</script>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script type="text/ng-template" id="settings-modal.html">
|
<script type="text/ng-template" id="settings-modal.html">
|
||||||
<md-toolbar>
|
<md-toolbar>
|
||||||
|
|||||||
Reference in New Issue
Block a user