Subversion Repositories SmartDukaan

Rev

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

Rev 11249 Rev 11271
Line 59... Line 59...
59
 border-style: none;
59
 border-style: none;
60
}
60
}
61
 
61
 
62
input{
62
input{
63
  outline:0;
63
  outline:0;
-
 
64
    -webkit-appearance: none;
64
   -moz-appearance: none;
65
    -moz-appearance: none;
-
 
66
    -o-appearance:none;
-
 
67
    appearance: none;
-
 
68
}
-
 
69
 
-
 
70
input[type="checkbox"]{
-
 
71
   -webkit-appearance: none;
-
 
72
    -moz-appearance: none;
-
 
73
    -o-appearance:none;
-
 
74
    appearance: none;
65
}
75
}
66
 
76
 
67
select{
77
select{
-
 
78
    -webkit-appearance: none;
68
   -moz-appearance: none;
79
    -moz-appearance: none;
-
 
80
    -o-appearance:none;
-
 
81
    appearance: none;
69
}
82
}
70
 
83
 
71
.ellip {
84
.ellip {
72
  white-space: nowrap;
85
  white-space: nowrap;
73
  overflow: hidden;
86
  overflow: hidden;
Line 326... Line 339...
326
    text-transform: capitalize;
339
    text-transform: capitalize;
327
    border-left:@ltblue solid 5px;
340
    border-left:@ltblue solid 5px;
328
  }
341
  }
329
  .cat{
342
  .cat{
330
    padding:6px 8px 6px 8px;
343
    padding:6px 8px 6px 8px;
331
    margin-bottom:2px;
344
    margin-bottom:1px;
332
    color:@grey;
345
    color:@grey;
333
    .font(1.8em);
346
    .font(1.8em);
334
    .icon-hldr{
347
    .icon-hldr{
335
      display:inline-block;
348
      display:inline-block;
336
      width:30px;
349
      width:30px;
Line 352... Line 365...
352
    background:@list-color1;    
365
    background:@list-color1;    
353
  }
366
  }
354
  .cat.even{
367
  .cat.even{
355
    background:@list-color2;    
368
    background:@list-color2;    
356
  }
369
  }
-
 
370
  .cat:last-child{
-
 
371
    margin-bottom:0!important;
-
 
372
  }
357
  .cat-sub{
373
  .cat-sub{
358
    width:100%;
374
    width:100%;
359
    padding:0 45px;
375
    padding:0 45px;
360
    margin-bottom:5px;
376
    margin-bottom:5px;
361
    .boxsize;
377
    .boxsize;
Line 450... Line 466...
450
  }
466
  }
451
  }
467
  }
452
}
468
}
453
.features{
469
.features{
454
  margin:0 0 10px;
470
  margin:0 0 10px;
-
 
471
  border-top:2px solid @white;
455
  a{
472
  a{
456
    width:25%;
473
    width:25%;
457
    color:@sub-list;
474
    color:@sub-list;
458
    text-align:center;
475
    text-align:center;
459
    height:95px;
476
    height:95px;
Line 479... Line 496...
479
    background-size:42px,100%;
496
    background-size:42px,100%;
480
  }
497
  }
481
  .insure{
498
  .insure{
482
    background:url("../images/insure.PNG")no-repeat center 12px,@lightgrey;
499
    background:url("../images/insure.PNG")no-repeat center 12px,@lightgrey;
483
    background-size:27px,100%;
500
    background-size:27px,100%;
-
 
501
    border-right:none;
484
  }
502
  }
485
  div:nth-of-type(4){
503
  div:nth-of-type(4){
486
    border-right:none;
504
    border-right:none;
487
  }
505
  }
488
}
506
}