Subversion Repositories SmartDukaan

Rev

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

Rev 11094 Rev 11119
Line 180... Line 180...
180
      position: absolute;
180
      position: absolute;
181
      right: 19px;
181
      right: 19px;
182
      background: #F1C618;
182
      background: #F1C618;
183
      top: 25px;
183
      top: 25px;
184
      border-radius: 43px;
184
      border-radius: 43px;
-
 
185
      -o-border-radius: 43px;
185
      width: 15px;
186
      width: 15px;
186
      height: 15px;
187
      height: 15px;
187
      text-align: center;
188
      text-align: center;
188
      line-height: 15px;
189
      line-height: 15px;
189
      font-weight:bold;
190
      font-weight:bold;
Line 274... Line 275...
274
    background:url("../images/mobile-12.png")no-repeat 7px center, @green;
275
    background:url("../images/mobile-12.png")no-repeat 7px center, @green;
275
    background-size:18px,100%;
276
    background-size:18px,100%;
276
    width: 100%;
277
    width: 100%;
277
    padding: 10px 0;
278
    padding: 10px 0;
278
    border-radius:2px;
279
    border-radius:2px;
-
 
280
    -o-border-radius:2px;
279
    .boxsize;
281
    .boxsize;
280
    .float(left);
282
    .float(left);
281
      text-align:center;
283
      text-align:center;
282
      .font(1.8em); 
284
      .font(1.8em); 
283
      padding-left: 22px;
285
      padding-left: 22px;
Line 295... Line 297...
295
    text-align:center;
297
    text-align:center;
296
    white-space: nowrap;
298
    white-space: nowrap;
297
    overflow: hidden;
299
    overflow: hidden;
298
    text-overflow: ellipsis;
300
    text-overflow: ellipsis;
299
    border-radius:2px;
301
    border-radius:2px;
-
 
302
    -o-border-radius:2px;
300
    margin-top:7px;
303
    margin-top:7px;
301
  }
304
  }
302
  
305
  
303
}
306
}
304
 
307
 
Line 525... Line 528...
525
  text-align:center;
528
  text-align:center;
526
  .circle {
529
  .circle {
527
    width: 8px;
530
    width: 8px;
528
    height: 8px;
531
    height: 8px;
529
    border-radius: 8px;
532
    border-radius: 8px;
-
 
533
    -o-border-radius: 8px;
530
    background:@blue;
534
    background:@blue;
531
    border:@white solid 2px;
535
    border:@white solid 2px;
532
    .boxsize;
536
    .boxsize;
533
    margin-right: 4px;
537
    margin-right: 4px;
534
    display: inline-block;
538
    display: inline-block;
Line 635... Line 639...
635
  a{
639
  a{
636
    display:block;
640
    display:block;
637
    color:@grey;
641
    color:@grey;
638
    .font(1.6em);
642
    .font(1.6em);
639
    font-weight:bold;
643
    font-weight:bold;
640
    padding:10px 30px 10px 10px;
644
    padding:10px 20px 10px 10px;
641
    width:100%;
645
    width:100%;
642
    background:@list-color1;
646
    background:@list-color1;
643
    border-bottom:@white solid 1px;
647
    border-bottom:@white solid 1px;
644
    .boxsize;
648
    .boxsize;
645
    > span{
649
    > span{
Line 689... Line 693...
689
    width: 30px;
693
    width: 30px;
690
    border-width: 10px;
694
    border-width: 10px;
691
    border-style: double;
695
    border-style: double;
692
    border-color: #3971B8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
696
    border-color: #3971B8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
693
    border-radius: 50px;
697
    border-radius: 50px;
-
 
698
    -o-border-radius: 8px;
694
    -webkit-animation: spin 1s linear infinite;
699
    -webkit-animation: spin 1s linear infinite;
695
    -moz-animation: spin 1s linear infinite;
700
    -moz-animation: spin 1s linear infinite;
696
    -o-animation: spin 1s linear infinite;
701
    -o-animation: spin 1s linear infinite;
697
    animation: spin 1s linear infinite;
702
    animation: spin 1s linear infinite;
698
}
703
}
Line 708... Line 713...
708
  display: block;
713
  display: block;
709
  border-width: 0px;
714
  border-width: 0px;
710
  border-style: solid;
715
  border-style: solid;
711
  border-color: #FF8700 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
716
  border-color: #FF8700 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
712
  border-radius: 54px;
717
  border-radius: 54px;
-
 
718
  -o-border-radius: 54px;
713
}
719
}
714
 
720
 
715
 
721
 
716
@-webkit-keyframes spin {
722
@-webkit-keyframes spin {
717
  100% { -webkit-transform: rotate(359deg); }
723
  100% { -webkit-transform: rotate(359deg); }