Subversion Repositories SmartDukaan

Rev

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

Rev 11119 Rev 11125
Line 186... Line 186...
186
      width: 15px;
186
      width: 15px;
187
      height: 15px;
187
      height: 15px;
188
      text-align: center;
188
      text-align: center;
189
      line-height: 15px;
189
      line-height: 15px;
190
      font-weight:bold;
190
      font-weight:bold;
191
      color: @grey;
191
      color: @blue;
192
    }
192
    }
193
  }
193
  }
194
}
194
}
195
 
195
 
196
.search-box{
196
.search-box{
Line 399... Line 399...
399
    -ms-text-overflow: ellipsis;
399
    -ms-text-overflow: ellipsis;
400
    display: -webkit-box;
400
    display: -webkit-box;
401
    -webkit-line-clamp: 2;
401
    -webkit-line-clamp: 2;
402
    -webkit-box-orient: vertical;
402
    -webkit-box-orient: vertical;
403
    white-space: normal;
403
    white-space: normal;
404
    min-height:34px;
404
    //min-height:34px;
405
  }
405
  }
406
  .pd-desc{
406
  .pd-desc{
407
    text-align:center;
407
    text-align:center;
408
    white-space: nowrap;
408
    white-space: nowrap;
409
    overflow: hidden;
409
    overflow: hidden;
410
    text-overflow: ellipsis;
410
    text-overflow: ellipsis;
411
    .font(1.1em);
411
    .font(1.1em);
-
 
412
    padding-top:5px;
412
  }
413
  }
413
  .pd-price{
414
  .pd-price{
414
    text-align:center;
415
    text-align:center;
415
    padding-top: 5px;
416
    padding-top: 5px;
416
    span{
417
    span{