<section>
|
|
<div class="help-content">
|
<h3 class="info-title smaller" data-id="#pages/invoice">Invoice</h3>
|
<!-- #section:pages/invoice -->
|
<div class="info-section">
|
<ul class="info-list list-unstyled">
|
<li>
|
Invoice page has no additional elements or classes and is basically a widget box with a table.
|
<br />
|
<!-- #section:pages/invoice.info -->
|
<code>.invoice-info</code> and <code>.invoice-info-label</code> elements
|
are inside invoice widget header:
|
<pre data-language="html">
|
<div class="widget-box transparent">
|
|
<div class="widget-header widget-header-large">
|
<h3 class="widget-title grey lighter">
|
<i class="ace-icon fa fa-leaf green"></i>
|
Customer Invoice
|
</h3>
|
|
<div class="invoice-info widget-toolbar no-border">
|
<span class="invoice-info-label">Invoice:</span>
|
<span class="red">#121212</span>
|
<br />
|
<span class="invoice-info-label">Date:</span>
|
<span class="blue">04/04/2014</span>
|
</div>
|
|
<div class="widget-toolbar hidden-480">
|
<a href="#"><i class="ace-icon fa fa-print"></i></a>
|
</div>
|
</div>
|
|
...
|
|
</div>
|
</pre>
|
<!-- /section:pages/invoice.info -->
|
</li>
|
|
</ul>
|
</div>
|
<!-- /section:pages/invoice -->
|
|
</div>
|
</section>
|