Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 10790
Line 98... Line 98...
98
      min-height: 130px;
98
      min-height: 130px;
99
      padding: 0px 0px 0px 125px;
99
      padding: 0px 0px 0px 125px;
100
      .boxsize;
100
      .boxsize;
101
      color:@grey;
101
      color:@grey;
102
      .pdt-name{
102
      .pdt-name{
103
        .font(1.8em);
103
        .font(1.6em);
104
        margin-top:5px;
104
        margin-top:5px;
105
      }
105
      }
106
      .pdt-price{
106
      .pdt-price{
107
        .font(1.6em);
107
        .font(1.6em);
108
        margin-top:10px;
108
        margin-top:10px;
109
        span{
109
        span{
110
          display:inline-block;
110
          display:inline-block;
111
        }
111
        }
112
        span:nth-of-type(1){
112
        span.pr{
113
          font-weight:bold;
113
          //font-weight:bold;
114
          //color:@ltblue;
114
          //color:@ltblue;
115
        }
115
        }
116
        span:nth-of-type(2){
116
        span.pr-linethrough{
117
          text-decoration: line-through;
117
          text-decoration: line-through;
-
 
118
          color:@sub-list;
118
          //padding:0 4px;
119
          //padding:0 4px;
119
        }
120
        }
120
        span:nth-of-type(3){
121
        span.pr-original{
121
          font-weight:bold;
122
          //font-weight:bold;
122
          //color:@ltblue;
123
          //color:@ltblue;
123
        }
124
        }
124
      }
125
      }
125
      .pdt-spec{
126
      .pdt-spec{
126
        margin-top:10px;
127
        margin-top:10px;
127
        overflow: hidden;
128
        overflow: hidden;
128
        text-overflow: ellipsis;
129
        text-overflow: ellipsis;
129
        display: -webkit-box;
130
        display: -webkit-box;
130
        -webkit-line-clamp: 3;
131
        -webkit-line-clamp: 4;
131
        -webkit-box-orient: vertical;
132
        -webkit-box-orient: vertical;
132
        .font(1.6em);
133
        .font(1.4em);
133
      }
134
      }
134
    }
135
    }
135
  }
136
  }
136
  
137
  
137
/*------------------------------grid view css---------------------------*/
138
/*------------------------------grid view css---------------------------*/
Line 216... Line 217...
216
    }
217
    }
217
    .apply{
218
    .apply{
218
      width:70%;
219
      width:70%;
219
      .float(right);
220
      .float(right);
220
      padding:8px 0;
221
      padding:8px 0;
221
      background:@green;
222
      background:@orange;
222
      color:@white;
223
      color:@white;
223
    }
224
    }
224
  }
225
  }
225
  .filter-name{
226
  .filter-name{
226
    background:@list-color2;
227
    background:@list-color2;
Line 275... Line 276...
275
}
276
}
276
 
277
 
277
/*------------------------------grid view css ends---------------------------*/
278
/*------------------------------grid view css ends---------------------------*/
278
 
279
 
279
.load-more{
280
.load-more{
280
  background:@ltblue;
281
  background:@orange;
281
  color:@white;
282
  color:@white;
282
  width:50%;
283
  width:50%;
283
  margin:10px auto;
284
  margin:10px auto;
284
  max-width:250px;
285
  max-width:250px;
285
  text-align:center;
286
  text-align:center;