Revision 61b943f6

b/cloudcms/static/cloudcms/css/styles.css
558 558
  top: 50%;
559 559
  left: 5px;
560 560
  margin-top: -32px;
561
  background: url(images/controls.png) no-repeat top left;
561
  background: url(../images/colorbox/controls.png) no-repeat top left;
562 562
  width: 28px;
563 563
  height: 65px;
564 564
  text-indent: -9999px;
......
571 571
  top: 50%;
572 572
  right: 5px;
573 573
  margin-top: -32px;
574
  background: url(images/controls.png) no-repeat top right;
574
  background: url(../images/colorbox/controls.png) no-repeat top right;
575 575
  width: 28px;
576 576
  height: 65px;
577 577
  text-indent: -9999px;
......
583 583
  background: #000;
584 584
}
585 585
#cboxLoadingGraphic {
586
  background: url(images/loading.gif) no-repeat center center;
586
  background: url(../images/colorbox/loading.gif) no-repeat center center;
587 587
}
588 588
#cboxClose {
589 589
  position: absolute;
590 590
  top: 5px;
591 591
  right: 5px;
592 592
  display: block;
593
  background: url(images/controls.png) no-repeat top center;
593
  background: url(../images/colorbox/controls.png) no-repeat top center;
594 594
  width: 38px;
595 595
  height: 19px;
596 596
  text-indent: -9999px;
b/cloudcms/static/cloudcms/less/colorbox.less
27 27
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
28 28
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
29 29
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
30
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
30
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
31 31
        #cboxPrevious:hover{background-position:bottom left;}
32
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
32
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
33 33
        #cboxNext:hover{background-position:bottom right;}
34 34
        #cboxLoadingOverlay{background:#000;}
35
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
36
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
35
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
36
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
37 37
        #cboxClose:hover{background-position:bottom center;}

Also available in: Unified diff