UI proprietary build: rename 'CloudStack' -> 'CloudPlatform'

When EULA is present for a proprietary build, show 'CloudPlatform'
instead of 'CloudStack' in the logo for the login form and top header.
This commit is contained in:
Brian Federle 2012-05-16 10:43:36 -07:00
parent e323a4f725
commit f3a73d722f
4 changed files with 10 additions and 1 deletions

View File

@ -1680,6 +1680,15 @@ div.detail-group.actions td {
}
#header div.logo {
width: 170px;
height: 47px;
position: relative;
float: left;
margin: 4px 0 0 19px;
background: url(../images/logo-cloudplatform.png) no-repeat 0 center;
}
#header.nologo div.logo {
width: 170px;
height: 47px;
position: relative;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -315,7 +315,7 @@
}
// Hide logo conditionally
if (!args.hasLogo) $('#header .controls').addClass('nologo');
if (!args.hasLogo) $('#header, #header .controls').addClass('nologo');
return this;
};