Subversion Repositories SmartDukaan

Rev

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

Rev 11717 Rev 11731
Line 401... Line 401...
401
      border-left:@ltblue solid 5px;
401
      border-left:@ltblue solid 5px;
402
      padding:5px 5px 5px 7px;
402
      padding:5px 5px 5px 7px;
403
      .font(2.0em);
403
      .font(2.0em);
404
    }
404
    }
405
    div:nth-of-type(2){
405
    div:nth-of-type(2){
406
      float:right;
406
      .float(right);
407
      .font(1.4em);
407
      .font(1.4em);
408
      color:@grey;
408
      color:@grey;
409
      border-bottom:lighten(@grey,30%) solid 1px;
409
      border-bottom:lighten(@grey,30%) solid 1px;
410
      margin-top: 7px;
410
      margin-top: 7px;
411
      margin-right: 5px;
411
      margin-right: 5px;
Line 794... Line 794...
794
  100% { -moz-transform: rotate(359deg); }
794
  100% { -moz-transform: rotate(359deg); }
795
}
795
}
796
 
796
 
797
@keyframes spin {
797
@keyframes spin {
798
  100% {  transform: rotate(359deg); }
798
  100% {  transform: rotate(359deg); }
799
}
-
 
800
799
}
-
 
800
 
-
 
801