VRFS-1251 - fixed all URIs for assets except VRFS-1263

This commit is contained in:
Anthony Davis 2014-02-27 23:38:21 -06:00
parent 898092f48e
commit e43e31b64b
3 changed files with 10 additions and 10 deletions

View File

@ -260,7 +260,7 @@ a.arrow-down {
}
.ftue-background {
background-image:url(../images/content/bkg_ftue.jpg);
background-image:url(../content/bkg_ftue.jpg);
background-repeat:no-repeat;
background-size:cover;
min-height:475px;

View File

@ -380,7 +380,7 @@ a.arrow-down {
}
.ftue-background {
background-image:url(../images/content/bkg_ftue.jpg);
background-image:url(../content/bkg_ftue.jpg);
background-repeat:no-repeat;
background-size:cover;
min-height:475px;

View File

@ -343,7 +343,7 @@ Version: 1.1
top :133px;
width :35px;
height :35px;
background : url(web/next_button.png) no-repeat center;
background : url(next_button.png) no-repeat center;
cursor :pointer ;
z-index :9999;
}
@ -355,7 +355,7 @@ Version: 1.1
top :133px;
width :35px;
height: 35px;
background : url(../images/web/prev_button.png);
background : url(prev_button.png);
cursor :pointer ;
z-index :9999;
}
@ -407,7 +407,7 @@ Version: 1.1
float :left ;
width :16px;
height :16px;
background : url(web/Bullet-White.png) no-repeat center ;
background : url(Bullet-White.png) no-repeat center ;
margin :5px;
float :left ;
cursor :pointer ;
@ -415,12 +415,12 @@ Version: 1.1
.carousel .buttonNav .bullet:hover
{
background : url(../images/web/Bullet-Black.png) no-repeat center ;
background : url(Bullet-Black.png) no-repeat center ;
}
.carousel .buttonNav .bulletActive
{
background : url(web/Bullet-Black.png) no-repeat center ;
background : url(Bullet-Black.png) no-repeat center ;
cursor :default ;
}
@ -452,7 +452,7 @@ Version: 1.1
.carousel .shadow .shadowLeft
{
background : url(web/shadowLeft.png) no-repeat;
background : url(shadowLeft.png) no-repeat;
width :100px;
height :82px;
@ -464,7 +464,7 @@ Version: 1.1
.carousel .shadow .shadowMiddle
{
height :82px;
background:url(web/shadowTile.png) repeat-x;
background:url(shadowTile.png) repeat-x;
/* fix png problems in ie */
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/web/shadowTile.png, sizingmethod=scale)"; /* IE8 */
@ -476,7 +476,7 @@ Version: 1.1
{
width :100px;
height :82px;
background:url(web/shadowRight.png) no-repeat;
background:url(shadowRight.png) no-repeat;
/* fix png problems in ie */
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/web/shadowRight.png, sizingmethod=scale)"; /* IE8 */