From e43e31b64b76729938b9d2a3cfd408bdb6616270 Mon Sep 17 00:00:00 2001 From: Anthony Davis Date: Thu, 27 Feb 2014 23:38:21 -0600 Subject: [PATCH] VRFS-1251 - fixed all URIs for assets except VRFS-1263 --- .../stylesheets/client/content-orig.css.scss | 2 +- .../assets/stylesheets/client/content.css.scss | 2 +- web/app/assets/stylesheets/web/welcome.css.scss | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/app/assets/stylesheets/client/content-orig.css.scss b/web/app/assets/stylesheets/client/content-orig.css.scss index bdc0e4cb2..f0be5b7a0 100644 --- a/web/app/assets/stylesheets/client/content-orig.css.scss +++ b/web/app/assets/stylesheets/client/content-orig.css.scss @@ -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; diff --git a/web/app/assets/stylesheets/client/content.css.scss b/web/app/assets/stylesheets/client/content.css.scss index 9bbe9eb63..8431e7e2d 100644 --- a/web/app/assets/stylesheets/client/content.css.scss +++ b/web/app/assets/stylesheets/client/content.css.scss @@ -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; diff --git a/web/app/assets/stylesheets/web/welcome.css.scss b/web/app/assets/stylesheets/web/welcome.css.scss index 79ff4961b..12ab7aeec 100644 --- a/web/app/assets/stylesheets/web/welcome.css.scss +++ b/web/app/assets/stylesheets/web/welcome.css.scss @@ -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 */