Subversion Repositories SmartDukaan

Rev

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