[Frontend] New logo art; paths changed

#164
Per comments in #702, abs paths changed
to relative;
New logo art for Open MCT added;
CSS tweaked as needed;
This commit is contained in:
Charles Hacskaylo
2016-02-26 10:15:15 -08:00
parent 1a2a2e66ca
commit d203f3adc0
3 changed files with 7 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
.app-logo {
background: url('/platform/commonUI/general/res/images/logo-app.svg') no-repeat center center;
background: url('../images/logo-app.svg') no-repeat center center;
}
.l-splash-holder {
@@ -32,8 +32,8 @@
}
.s-splash {
background-image: url('/platform/commonUI/general/res/images/bg-splash.jpg');
background-image: url('../images/bg-splash.jpg');
&:after {
background-image: url('/platform/commonUI/general/res/images/logo-app-shdw.svg');
background-image: url('../images/logo-app-shdw.svg');
}
}