[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

@ -40,7 +40,7 @@ $ueTopBarEditH: 30px;
$ueTopBarBtnH: 35px;
$ueFooterH: 25px;
$ueColMargin: 1.5%;
$ueAppLogoW: 105px;
$ueAppLogoW: 80px;
$ueEditToolBarH: 25px;
$ueCollapsedPaneEdgeM: 22px;
$uePaneMiniTabH: $ueTopBarH;

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');
}
}

View File

@ -94,10 +94,11 @@
z-index: 1;
}
.app-logo {
background-position: right center;
box-sizing: border-box;
@include absPosDefault($interiorMargin);
@include absPosDefault($interiorMargin - 1);
cursor: pointer;
left: auto;
left: auto; right: $interiorMargin;
width: $ueAppLogoW;
z-index: 2;
}