diff --git a/platform/commonUI/general/res/sass/_constants.scss b/platform/commonUI/general/res/sass/_constants.scss index ab6b729533..d5f725862f 100644 --- a/platform/commonUI/general/res/sass/_constants.scss +++ b/platform/commonUI/general/res/sass/_constants.scss @@ -40,7 +40,7 @@ $ueTopBarEditH: 30px; $ueTopBarBtnH: 35px; $ueFooterH: 25px; $ueColMargin: 1.5%; -$ueAppLogoW: 105px; +$ueAppLogoW: 80px; $ueEditToolBarH: 25px; $ueCollapsedPaneEdgeM: 22px; $uePaneMiniTabH: $ueTopBarH; diff --git a/platform/commonUI/general/res/sass/openmct.scss b/platform/commonUI/general/res/sass/openmct.scss index 43dc1736b0..1fc1ed28fe 100644 --- a/platform/commonUI/general/res/sass/openmct.scss +++ b/platform/commonUI/general/res/sass/openmct.scss @@ -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'); } } \ No newline at end of file diff --git a/platform/commonUI/general/res/sass/user-environ/_layout.scss b/platform/commonUI/general/res/sass/user-environ/_layout.scss index f2f73ead8a..99d8fb9d14 100644 --- a/platform/commonUI/general/res/sass/user-environ/_layout.scss +++ b/platform/commonUI/general/res/sass/user-environ/_layout.scss @@ -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; }