Subversion Repositories SmartDukaan

Rev

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

Rev 11366 Rev 11457
Line 385... Line 385...
385
}
385
}
386
.noUiSlider.disabled div {
386
.noUiSlider.disabled div {
387
  background: transparent;
387
  background: transparent;
388
}
388
}
389
.noUiSlider.horizontal {
389
.noUiSlider.horizontal {
390
  width: 85%;
390
  // width: 85%;
391
  left:6%;
391
  // left:6%;
392
  height: 10px;
392
  height: 10px;
393
  background-color: #F2F3EF;
393
  background-color: #F2F3EF;
394
  margin: 20px 0;
394
  margin: 20px 0;
395
  border-radius: 10px;
395
  border-radius: 10px;
396
}
396
}
Line 461... Line 461...
461
  border-radius: 5px;
461
  border-radius: 5px;
462
  -webkit-appearance:none;
462
  -webkit-appearance:none;
463
}*/
463
}*/
464
 
464
 
465
.oprice{
465
.oprice{
466
  margin-left:4%;
-
 
467
  float:left;
466
  float:left;
468
  width:30px;
467
  width:30px;
469
  padding:5px;
468
  padding:5px;
470
  text-align:center;
469
  text-align:center;
471
  border-radius:8px;
470
  border-radius:8px;
472
  box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,0.4);
471
  box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,0.4);
473
  margin-bottom:10px;
472
  margin-bottom:10px;
474
}
473
}
475
 
474
 
476
.oprice.max{
475
.oprice.max{
477
  margin-right: 3% !important;
-
 
478
float: right;
476
  float: right;
479
}
477
}
480
 
478
 
481
.empty-list{
479
.empty-list{
482
  height: 100px;
480
  height: 100px;
483
  margin-top: 10px;
481
  margin-top: 10px;
Line 486... Line 484...
486
 
484
 
487
.empty-msg{
485
.empty-msg{
488
  .font(1.6em);
486
  .font(1.6em);
489
  margin:10px 0;
487
  margin:10px 0;
490
  color:@grey;
488
  color:@grey;
491
}
-
 
492
489
}
-
 
490
 
-
 
491
.ch-filter{
-
 
492
  padding: 10px 5%;
-
 
493
  overflow: hidden;
-
 
494
}
-
 
495