Update style to match latest mockup

This commit is contained in:
gconsidine
2017-11-30 11:57:00 -05:00
committed by Jake McDermott
parent 5c10ce3082
commit 3096a58272
3 changed files with 48 additions and 14 deletions

View File

@@ -7,16 +7,28 @@
<div class="col-md-8">
<at-panel class="at-Stdout">
<div class="at-Stdout-controls">
<div class="pull-left"><i class="at-Stdout-controlIcon fa fa-minus-circle"></i></div>
<div class="pull-right"><i class="at-Stdout-controlIcon fa fa-arrow-circle-down"></i></div>
<div class="pull-left"><i class="at-Stdout-controlIcon fa fa-minus"></i></div>
<div class="pull-right"><i class="at-Stdout-controlIcon fa fa-arrow-down"></i></div>
<div class="at-u-clear"></div>
</div>
<pre class="at-Stdout-output">
<table>
<tbody ng-bind-html="vm.html"></tbody>
</table>
</pre>
<pre class="at-Stdout-output"><table>
<thead>
<tr>
<th class="at-Stdout-expand">&nbsp;</th>
<th class="at-Stdout-lineNumber"></th>
<th class="at-Stdout-content"></th>
</tr>
</thead>
<tbody ng-bind-html="vm.html"></tbody>
<tfoot>
<tr>
<td class="at-Stdout-expand">&nbsp;</td>
<td class="at-Stdout-lineNumber"></td>
<td class="at-Stdout-content"></td>
<td class="at-Stdout-backToTop"><i class="fa fa-caret-up"></i> <span>Back to Top</span></td>
</tr>
</tfoot></table></pre>
</at-panel>
</div>
</div>