testing 5

This commit is contained in:
Omar 2019-02-27 00:30:07 +11:00
parent 73b2d46490
commit d4ecc815aa
4 changed files with 12 additions and 12 deletions

View file

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -2487,7 +2487,7 @@
/* PREVIOUS BUTTON LIGHBOX */
.cbp-popup-lightbox .cbp-popup-prev {
background: url("../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
background: url("cbp-sprite.png") no-repeat scroll 0 0 transparent;
width: 44px;
height: 44px;
top: 0;
@ -2500,7 +2500,7 @@
/* PREVIOUS BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-prev {
background: url("../img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
background: url("cbp-sprite.png") no-repeat scroll 0 -92px transparent;
width: 44px;
height: 44px;
margin: auto;
@ -2514,7 +2514,7 @@
/* NEXT BUTTON LIGHTBOX */
.cbp-popup-lightbox .cbp-popup-next {
background: url("../img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
background: url("cbp-sprite.png") no-repeat scroll -46px 0 transparent;
width: 44px;
height: 44px;
top: 0;
@ -2527,7 +2527,7 @@
/* NEXT BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-next {
background: url("../img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
background: url("cbp-sprite.png") no-repeat scroll -46px -92px transparent;
width: 44px;
height: 44px;
margin: auto;
@ -2541,7 +2541,7 @@
/* CLOSE BUTTON LIGTHBOX */
.cbp-popup-lightbox .cbp-popup-close {
background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
background: url("cbp-sprite.png") no-repeat scroll -92px 0 transparent;
height: 40px;
width: 40px;
right: 20px;
@ -2552,7 +2552,7 @@
/* CLOSE BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-close {
background: url("../img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
background: url("cbp-sprite.png") no-repeat scroll -92px -92px transparent;
height: 44px;
width: 44px;
margin: auto;
@ -2862,7 +2862,7 @@
width: 40px;
height: 40px; }
.cbp-popup-singlePageInline .cbp-popup-close {
background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
background: url("cbp-sprite.png") no-repeat scroll -92px 0 transparent;
height: 40px;
width: 40px;
right: 20px;
@ -3095,7 +3095,7 @@
bottom: 0;
left: 0;
margin: auto;
background: url("../img/cbp-sprite.png") no-repeat;
background: url("cbp-sprite.png") no-repeat;
height: 10px;
width: 7px; }
@ -3200,7 +3200,7 @@
.cbp-slider .cbp-nav-next:after,
.cbp-slider .cbp-nav-prev:after {
background: url("../img/cbp-sprite.png") no-repeat;
background: url("cbp-sprite.png") no-repeat;
width: 44px;
height: 44px; }
@ -3246,7 +3246,7 @@
.cbp-slider-edge .cbp-nav-next:after,
.cbp-slider-edge .cbp-nav-prev:after {
background: url("../img/cbp-sprite.png") no-repeat;
background: url("cbp-sprite.png") no-repeat;
width: 9px;
height: 16px; }
@ -3320,7 +3320,7 @@
bottom: 0;
left: 0;
margin: auto;
background: url("../img/cbp-sprite.png") no-repeat;
background: url("cbp-sprite.png") no-repeat;
width: 9px;
height: 16px; }

File diff suppressed because one or more lines are too long