mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Success button fixes in member email settings
no refs. - fixed checkmark being too small on support or newsletter success button - fixed case style for success button
This commit is contained in:
parent
8d557fe4ce
commit
4ec6aa3d3e
@ -305,7 +305,7 @@
|
||||
<GhTaskButton
|
||||
@buttonText="Update support address"
|
||||
@runningText="Sending..."
|
||||
@successText="Confirmation Email Sent"
|
||||
@successText="Confirmation email sent"
|
||||
@disabled={{this.disableUpdateSupportAddressButton}}
|
||||
@task={{this.updateSupportAddress}}
|
||||
@class="gh-btn gh-btn-icon gh-btn-textfield-group gh-labs-members-emaildropdown"
|
||||
@ -336,7 +336,7 @@
|
||||
<GhTaskButton
|
||||
@buttonText="Update newsletter address"
|
||||
@runningText="Sending..."
|
||||
@successText="Confirmation Email Sent"
|
||||
@successText="Confirmation email sent"
|
||||
@disabled={{this.disableUpdateFromAddressButton}}
|
||||
@task={{this.updateFromAddress}}
|
||||
@class="gh-btn gh-btn-icon gh-btn-textfield-group gh-labs-members-emaildropdown"
|
||||
|
@ -177,12 +177,12 @@
|
||||
}
|
||||
|
||||
.gh-labs-members-emaildropdown {
|
||||
min-width: 192px;
|
||||
min-width: 208px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.gh-labs-members-defaultemaildd {
|
||||
padding-right: 200px;
|
||||
padding-right: 216px;
|
||||
}
|
||||
|
||||
.gh-labs-mailgun-region {
|
||||
|
Loading…
Reference in New Issue
Block a user