Subversion Repositories SmartDukaan

Rev

Rev 23181 | Rev 24263 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
22354 ashik.ali 1
<style>
2
 
3
.table-striped > tbody > tr:nth-child(odd) > td{
4
  background: white;
5
  background-color: white;
6
  font-size:14px;
7
}
8
.table-striped > tbody > tr:nth-child(even) > td{
9
  background: white;
10
  background-color:white;
11
}
12
.table-striped > tbody > tr:hover > td,
13
	.table-striped > tbody > tr:hover {
23181 ashik.ali 14
	  background-color: #e98c8f;
22354 ashik.ali 15
	  color:white;
16
	}
17
	.btn:hover,
18
	.btn:focus {
19
  	color: grey;
20
  	text-decoration: none;
21
	}
22
 
23
	.modal-dialog.modal-lg{
24
		left:10%;
25
		right:auto;
26
		width:80%;
27
	}
28
	.modal-content{
29
		background : white;
30
	}
31
	.modelHeaderCustom{
32
		font-size:14px;
33
		font-weight:bold;
34
	}
35
	hr{
36
		background-color:#007aff;
37
		border:none;
38
		height:1px;
39
		background:#007aff;
40
	}
41
 
42
	.border-highlight{
43
		border : 3px solid red;
44
	}
45
</style>
46
<section class="wrapper">            
47
      <!--overview start-->
48
    <div class="row">
49
        <div class="col-lg-12">
50
            <h3 class="page-header"><i class="icon_document_alt"></i>Contact Details</h3>
51
            <ol class="breadcrumb">
52
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
53
                <li><i class="icon_document_alt"></i>Contact Details</li>                           
54
            </ol>
55
        </div>
56
    </div>
57
    <div class="col-lg-2 row">
58
        <label class="control-label" style="text-align:center;font-weight:600;font-size:18">ADEEL YAZDANI</label>
59
    </div>
60
    <div class="col-lg-2 row">
61
        <label class="control-label" style="text-align:center;font-weight:600;font-size:18">+918383851136, +911203859635</label>
62
    </div>
63
</div>