Subversion Repositories SmartDukaan

Rev

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

Rev 11146 Rev 11249
Line 59... Line 59...
59
      position:relative;
59
      position:relative;
60
      white-space: nowrap;
60
      white-space: nowrap;
61
      overflow: hidden;
61
      overflow: hidden;
62
      text-overflow: ellipsis;
62
      text-overflow: ellipsis;
63
    }
63
    }
64
    
-
 
65
    .filter.selected, .sort.selected{
64
    .filter.filter-selected > span{
66
      background:url("../images/check-sh.png")no-repeat 96% center,rgba(242,243,239,0.6);
65
      background:url("../images/filter-selected.png")no-repeat left top!important;
67
      background-size:18px,100%;
66
      background-size: 14px!important;
-
 
67
      color:@green!important;
68
    }
68
    }
69
    > div:nth-of-type(1){
69
    > div:nth-of-type(1){
70
      border-right:@list-color1 solid 1px;
70
      border-right:@list-color1 solid 1px;
71
    }
71
    }
72
    > div:nth-of-type(1) span{
72
    > div:nth-of-type(1) span{
Line 105... Line 105...
105
      .boxsize;
105
      .boxsize;
106
      color:@grey;
106
      color:@grey;
107
      .pdt-name{
107
      .pdt-name{
108
        .font(1.6em);
108
        .font(1.6em);
109
        margin-top:5px;
109
        margin-top:5px;
110
        font-weight:bold;
-
 
111
      }
110
      }
112
      .pdt-price{
111
      .pdt-price{
113
        .font(1.6em);
112
        .font(1.6em);
114
        margin-top:10px;
113
        margin-top:10px;
115
        span{
114
        span{
Line 162... Line 161...
162
          overflow: hidden;
161
          overflow: hidden;
163
          text-overflow: ellipsis;
162
          text-overflow: ellipsis;
164
          display: -webkit-box;
163
          display: -webkit-box;
165
          -webkit-line-clamp: 2;
164
          -webkit-line-clamp: 2;
166
          -webkit-box-orient: vertical;
165
          -webkit-box-orient: vertical;
167
     height:42px;
166
          //height:42px;
168
        }
167
        }
169
        .pdt-spec{
168
        .pdt-spec{
170
          display:none;
169
          display:none;
171
          } 
170
          } 
172
    }
171
    }