Skip to content

Commit

Permalink
Improve formatting for 'Do you identify Development, Test and Product…
Browse files Browse the repository at this point in the history
…ion Web Servers by colors?'
  • Loading branch information
ncn-ssw committed Dec 1, 2023
1 parent c1ece2f commit 85f3a3c
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ Using theme feature to change the environment color.

### CRM 2013

Edit `<CrmWebsiteRoot>** **\\_controls\navbar\navbar.css`:
Edit `{{ CRM WEBSITE ROOT }}\_controls\navbar\navbar.css`:

``` css
.navigationControl
{
background-color: #006600;
margin: 0;
z-index: 999;
float: left;
width: 100%;
position: relative;
background-color: #006600;
margin: 0;
z-index: 999;
float: left;
width: 100%;
position: relative;
}
```
**Figure: Edit the background color to reflect the environment**
Expand All @@ -56,7 +56,7 @@ position: relative;

### CRM 2011

Edit `<CrmWebsiteRoot>\\_static\css\1033\cui.css`, locate and modify the section ms-cui-tabBody so that it reads:
Edit `{{ CRM WEBSITE ROOT }}\_static\css\1033\cui.css`, locate and modify the section ms-cui-tabBody so that it reads:

``` css
background-color : #ffffff;
Expand All @@ -72,27 +72,27 @@ background-color : #bbffaa;

### CRM 4

Edit, `<CrmWebsiteRoot>\** **\_common\styles\global.css.aspx`
Edit, `{{ CRM WEBSITE ROOT }}\_common\styles\global.css.aspx`

``` css
body.stage
{
<% if (CrmStyles.IsRightToLeft) { %>
dir:rtl;
<%} %>
border-top:1px solid #6893cf;
{
<% if (CrmStyles.IsRightToLeft) { %>
dir:rtl;
<%} %>
border-top:1px solid #6893cf;

/* background-color: #d6e8ff; */
/* background-color: #d6e8ff; */

background-color: #ffff00;
background-color: #ffff00;

padding: 4px;

/* background-repeat: repeat-x;
padding: 4px;

background-image: url(/_imgs/app_back.gif);
*/
}
/* background-repeat: repeat-x;
background-image: url(/_imgs/app_back.gif);
*/
}
```
**Figure: In `C:\Inetpub\wwwroot\\_common\styles\global.css.aspx` comment out and change the reference in yellow so the users know what server they are on**

Expand Down

0 comments on commit 85f3a3c

Please sign in to comment.