Revision 61b943f6 cloudcms/static/cloudcms/css/styles.css

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;

Also available in: Unified diff