Subversion Repositories SmartDukaan

Rev

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

Rev 31363 Rev 31371
Line 22... Line 22...
22
                        <button type="button" class="close" data-dismiss="modal">&times;</button>
22
                        <button type="button" class="close" data-dismiss="modal">&times;</button>
23
                        <h4 class="modal-title">Modal Header</h4>
23
                        <h4 class="modal-title">Modal Header</h4>
24
                    </div>
24
                    </div>
25
                    <div class="modal-body"    style="height: 170px;">
25
                    <div class="modal-body"    style="height: 170px;">
26
                        <form>
26
                        <form>
-
 
27
                        
-
 
28
                        <div class="form-row">
-
 
29
                                <div class="form-group col-md-6">
-
 
30
                                    <label for="leadId">Lead Id </label>
-
 
31
                                    <input type="text" class="form-control leadIdOnboarding" id="leadId"
-
 
32
                                           placeholder="Lead Id">
-
 
33
                                </div>
-
 
34
                                
-
 
35
                            </div>
27
                            <div class="form-row">
36
                            <div class="form-row">
28
                                <div class="form-group col-md-6">
37
                                <div class="form-group col-md-6">
29
                                    <label for="outLetName1">OutLet Name</label>
38
                                    <label for="outLetName1">OutLet Name</label>
30
                                    <input type="text" class="form-control" id="outLetName1"
39
                                    <input type="text" class="form-control" id="outLetName1"
31
                                           placeholder="OutLet Name">
40
                                           placeholder="OutLet Name">
Line 226... Line 235...
226
background-color: crimson !important;
235
background-color: crimson !important;
227
 
236
 
228
}
237
}
229
 
238
 
230
 
239
 
231
img:target {
-
 
232
  border: 5px solid red;
-
 
233
}
-
 
234
 
-
 
235
.lightbox {
-
 
236
  /* Default to hidden */
-
 
237
  display: none;
-
 
238
 
-
 
239
  /* Overlay entire screen */
-
 
240
  position: fixed;
-
 
241
  z-index: 999;
-
 
242
  top: 0;
-
 
243
  left: 0;
-
 
244
  right: 0;
-
 
245
  bottom: 0;
-
 
246
 
-
 
247
  /* A bit of padding around image */
-
 
248
  padding: 1em;
-
 
249
 
-
 
250
  /* Translucent background */
-
 
251
  background: rgba(0, 0, 0, 0.8);
-
 
252
}
-
 
253
 
-
 
254
/* Unhide the lightbox when it's the target */
-
 
255
.lightbox:target {
-
 
256
  display: block;
-
 
257
}
-
 
258
 
-
 
259
.lightbox span {
-
 
260
  /* Full width and height */
-
 
261
  display: block;
-
 
262
  width: 100%;
-
 
263
  height: 100%;
-
 
264
 
-
 
265
  /* Size and position background image */
-
 
266
  background-position: center;
-
 
267
  background-repeat: no-repeat;
-
 
268
  background-size: contain;
-
 
269
}
-
 
270
 
-
 
271
 
240
 
272
</style>
241
</style>