liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<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>