This commit is contained in:
Jeff Atwood 2016-09-20 13:49:42 -07:00 committed by Robin Ward
parent 3fac43249c
commit ff17950993
4 changed files with 4 additions and 4 deletions

View File

@ -78,6 +78,7 @@ body.wizard {
} }
.wizard-step-banner { .wizard-step-banner {
margin-bottom: 2em; margin-bottom: 2em;
width: 660px;
} }
.wizard-footer { .wizard-footer {
@ -90,8 +91,7 @@ body.wizard {
} }
.wizard-progress { .wizard-progress {
border: 1px solid #ff6600; border: 1px solid #A3C1FF;
border-radius: 3px;
width: 200px; width: 200px;
height: 1.4em; height: 1.4em;
@ -123,7 +123,7 @@ body.wizard {
} }
.screen { .screen {
background-color: #ff6600; background-color: #A3C1FF;
mix-blend-mode: screen; mix-blend-mode: screen;
width: 200px; width: 200px;
z-index: 14; z-index: 14;

View File

@ -3238,7 +3238,7 @@ en:
invites: invites:
add_user: "add" add_user: "add"
none_added: "You haven't invited any users. Are you sure you want to continue?" none_added: "You havent invited any staff. Are you sure you want to continue?"
roles: roles:
admin: "Admin" admin: "Admin"
moderator: "Moderator" moderator: "Moderator"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB