mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 16:02:46 +08:00
tweaks
This commit is contained in:
parent
3fac43249c
commit
ff17950993
|
@ -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;
|
||||||
|
|
|
@ -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 haven’t 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 |
Loading…
Reference in New Issue
Block a user