Subversion Repositories SmartDukaan

Rev

Rev 30832 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
30832 amit.gupta 1
<style>
2
    .table-striped > tbody > tr:nth-child(odd) > td {
3
        background: white;
4
        background-color: white;
5
    }
6
 
7
    .table-striped > tbody > tr:nth-child(even) > td {
8
        background: white;
9
        background-color: white;
10
    }
11
 
12
    .table-striped > tbody > tr:hover > td,
13
    .table-striped > tbody > tr:hover {
14
        background-color: #e98c8f;
15
        color: white;
16
    }
17
 
18
    .btn:hover {
19
        color: grey;
20
        text-decoration: none;
21
    }
22
 
23
    .btn-primary:hover {
24
        color: grey;
25
        text-decoration: none;
26
    }
27
 
28
    .add-to-bag {
29
        cursor: pointer;
30
    }
31
 
32
    modal-dialog.modal-lg {
33
        left: 10%;
34
        right: auto;
35
        width: 80%;
36
    }
37
 
38
    .modal-content {
39
        background: white;
40
    }
41
 
42
    .modelHeaderCustom {
43
        font-size: 14px;
44
        font-weight: bold;
45
    }
46
 
47
    hr {
48
        background-color: #007aff;
49
        border: none;
50
        height: 1px;
51
        background: #007aff;
52
    }
53
</style>
54
<section class="wrapper">
55
    <div class="row">
56
        <div class="col-lg-12">
32381 jai.hind 57
            <h3 class="page-header"><i class="icon_document_alt"></i>GRN</h3>
30832 amit.gupta 58
            <ol class="breadcrumb">
59
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
32381 jai.hind 60
                <li><i class="icon_document_alt"></i>GRN</li>
30832 amit.gupta 61
            </ol>
62
        </div>
63
    </div>
64
    <div>
65
        <div class="row">
66
            <div class="col-lg-6">
67
                <div class="input-group">
68
                    <input type="file" class="form-control grn-upload-file" placeholder="Search for...">
69
                    <span class="input-group-btn">
70
                        <button class="btn btn-default btn-grn-upload" type="button">Upload File</button>
71
                    </span>
72
                </div><!-- /input-group -->
73
            </div><!-- /.col-lg-6 -->
74
        </div>
75
    </div>
76
</section>