Subversion Repositories SmartDukaan

Rev

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

Rev 11125 Rev 11143
Line 681... Line 681...
681
 
681
 
682
.pace.pace-inactive .pace-activity {
682
.pace.pace-inactive .pace-activity {
683
  display: none;
683
  display: none;
684
}
684
}
685
 
685
 
686
.pace .pace-activity {
686
.pace-activity {
687
    position: fixed;
687
    position: fixed;
688
    z-index: 2000;
688
    z-index: 2000;
689
    display: block;
689
    display: block;
690
    position: absolute;
690
    position: absolute;
691
    left: 4px;
691
    left: 4px;
Line 702... Line 702...
702
    -o-animation: spin 1s linear infinite;
702
    -o-animation: spin 1s linear infinite;
703
    animation: spin 1s linear infinite;
703
    animation: spin 1s linear infinite;
704
}
704
}
705
 
705
 
706
 
706
 
707
.pace .pace-activity:before {
707
.pace-activity:before {
708
  content: ' ';
708
  content: ' ';
709
  position: absolute;
709
  position: absolute;
710
  top: 4px;
710
  top: 4px;
711
  left: 0px;
711
  left: 0px;
712
  height: 20px;
712
  height: 20px;