remove modal flag hint, no longer needed

This commit is contained in:
Jeff Atwood 2016-03-01 14:22:30 -08:00
parent 6c0c96d24b
commit 83fda03495
4 changed files with 1 additions and 11 deletions

View File

@ -45,5 +45,4 @@
{{#if canDeleteSpammer}}
<button class="btn btn-danger" {{action "deleteSpammer" userDetails}} {{bind-attr disabled="submitDisabled"}} title="{{i18n 'flagging.delete_spammer'}}"><i class="fa fa-exclamation-triangle"></i> {{i18n 'flagging.delete_spammer'}}</button>
{{/if}}
<span class="hint">{{{i18n 'flagging.private_reminder'}}}</span>
</div>

View File

@ -46,12 +46,6 @@
margin-left: -1px;
}
.modal-footer span.hint {
color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 30%));
float: right;
line-height: 30px;
}
.modal-header {
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
h3 {

View File

@ -48,8 +48,6 @@
margin-left: -1px;
}
.modal-footer span.hint { display: none; }
.modal-header {
// we need tighter spacing on mobile for header
// this clearfix under the modal title h3 pushes it way down

View File

@ -1700,7 +1700,6 @@ en:
flagging:
title: 'Thanks for helping to keep our community civil!'
private_reminder: 'flags are private, <b>only</b> visible to staff'
action: 'Flag Post'
take_action: "Take Action"
notify_action: 'Message'
@ -1712,7 +1711,7 @@ en:
submit_tooltip: "Submit the private flag"
take_action_tooltip: "Reach the flag threshold immediately, rather than waiting for more community flags"
cant: "Sorry, you can't flag this post at this time."
notify_staff: 'Notify Staff'
notify_staff: 'Notify staff privately'
formatted_name:
off_topic: "It's Off-Topic"
inappropriate: "It's Inappropriate"