Subversion Repositories SmartDukaan

Rev

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

Rev 10792 Rev 11079
Line 271... Line 271...
271
  a:nth-of-type(1){
271
  a:nth-of-type(1){
272
    color:@white;
272
    color:@white;
273
    display:block;
273
    display:block;
274
    background:url("../images/mobile-12.png")no-repeat 7px center, @green;
274
    background:url("../images/mobile-12.png")no-repeat 7px center, @green;
275
    background-size:18px,100%;
275
    background-size:18px,100%;
276
    width: 49.6%;
276
    width: 100%;
277
    padding: 10px 0;
277
    padding: 10px 0;
278
    border-radius:2px;
278
    border-radius:2px;
279
    .boxsize;
279
    .boxsize;
280
    .float(left);
280
    .float(left);
281
      text-align:center;
281
      text-align:center;
Line 285... Line 285...
285
  a:nth-of-type(2){
285
  a:nth-of-type(2){
286
    display:block;
286
    display:block;
287
    color:@white;
287
    color:@white;
288
    background:url("../images/dish.png")no-repeat 7px center, @ltblue;
288
    background:url("../images/dish.png")no-repeat 7px center, @ltblue;
289
    background-size: 30px,100%;
289
    background-size: 30px,100%;
290
    width: 49.6%;
290
    width: 100%;
291
    padding: 10px 8px 10px 36px;
291
    padding: 10px 8px 10px 36px;
292
    .boxsize;
292
    .boxsize;
293
    .float(right);
293
    .float(right);
294
    .font(1.8em);
294
    .font(1.8em);
295
    text-align:center;
295
    text-align:center;
296
    white-space: nowrap;
296
    white-space: nowrap;
297
    overflow: hidden;
297
    overflow: hidden;
298
    text-overflow: ellipsis;
298
    text-overflow: ellipsis;
299
    border-radius:2px;
299
    border-radius:2px;
-
 
300
    margin-top:7px;
300
  }
301
  }
301
  
302
  
302
}
303
}
303
 
304
 
304
.menu-cat{
305
.menu-cat{