Subversion Repositories SmartDukaan

Rev

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

Rev 10888 Rev 11094
Line 273... Line 273...
273
  margin-top:5px;
273
  margin-top:5px;
274
  div:nth-of-type(1){
274
  div:nth-of-type(1){
275
    .float(left);
275
    .float(left);
276
    background:@orange;
276
    background:@orange;
277
    color:@white;
277
    color:@white;
278
    padding: 5px;
278
    padding: 5px 2px;
279
    width: 20%;
279
    width: 20%;
280
    .boxsize;
280
    .boxsize;
281
   border:@orange solid 1px;
281
   border:@orange solid 1px;
282
   text-transform: uppercase;
282
   text-transform: uppercase;
283
 
-
 
-
 
283
  line-height:32px;
284
  }
284
  }
285
  div:nth-of-type(2){
285
  div:nth-of-type(2){
286
    .float(left);
286
    .float(left);
287
    text-align:left;
287
    text-align:left;
288
    width: 80%;
288
    width: 80%;
289
    .boxsize;
289
    .boxsize;
290
    border:@orange dashed 1px;
290
    border:@orange dashed 1px;
291
    border-left:none;
291
    border-left:none;
292
    padding:5px;
292
    padding:5px;
293
    overflow: hidden;
293
    // overflow: hidden;
294
    text-overflow: ellipsis;
294
    // text-overflow: ellipsis;
295
    white-space: nowrap;
295
    // white-space: nowrap;
-
 
296
    height:44px;
296
  }
297
  }
297
}
298
}
298
 
299
 
299
/*----------------------error-msg---------------------------*/
300
/*----------------------error-msg---------------------------*/
300
 
301