Subversion Repositories SmartDukaan

Rev

Rev 31371 | Rev 33966 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31371 Rev 31407
Line 17... Line 17...
17
		}
17
		}
18
 
18
 
19
		);
19
		);
20
	});
20
	});
21
</script>
21
</script>
-
 
22
 
-
 
23
<style>
-
 
24
 
-
 
25
 
-
 
26
img:target {
-
 
27
  border: 5px solid red;
-
 
28
}
-
 
29
 
-
 
30
.lightbox {
-
 
31
  /* Default to hidden */
-
 
32
  display: none;
-
 
33
 
-
 
34
  /* Overlay entire screen */
-
 
35
  position: fixed;
-
 
36
  z-index: 999;
-
 
37
  top: 0;
-
 
38
  left: 0;
-
 
39
  right: 0;
-
 
40
  bottom: 0;
-
 
41
 
-
 
42
  /* A bit of padding around image */
-
 
43
  padding: 1em;
-
 
44
 
-
 
45
  /* Translucent background */
-
 
46
  background: rgba(0, 0, 0, 0.8);
-
 
47
}
-
 
48
 
-
 
49
/* Unhide the lightbox when it's the target */
-
 
50
.lightbox:target {
-
 
51
  display: block;
-
 
52
}
-
 
53
 
-
 
54
.lightbox span {
-
 
55
  /* Full width and height */
-
 
56
  display: block;
-
 
57
  width: 100%;
-
 
58
  height: 100%;
-
 
59
 
-
 
60
  /* Size and position background image */
-
 
61
  background-position: center;
-
 
62
  background-repeat: no-repeat;
-
 
63
  background-size: contain;
-
 
64
}
-
 
65
 
-
 
66
 
-
 
67
</style>
22
<section class="wrapper">
68
<section class="wrapper">
23
	<div class="row">
69
	<div class="row">
24
		<div class="col-lg-12">
70
		<div class="col-lg-12">
25
			<h3 class="page-header"><i class="icon_document_alt"></i>Lead Detail</h3>
71
			<h3 class="page-header"><i class="icon_document_alt"></i>Lead Detail</h3>
26
			<ol class="breadcrumb">
72
			<ol class="breadcrumb">