Improve style of the warning when mentioning many people in a comment

This commit is contained in:
Douglas Barbosa Alexandre 2015-12-03 15:30:10 -02:00
parent f1bbd8119d
commit c204aca83b
2 changed files with 11 additions and 12 deletions

View File

@ -73,11 +73,9 @@
}
.referenced-users {
padding: 10px 0;
color: #999;
margin-left: 10px;
margin-top: 1px;
margin-right: 130px;
color: #4c4e54;
display: inline-block;
padding-top: 10px;
}
.md-preview-holder {

View File

@ -15,10 +15,11 @@
.js-md-preview{class: (preview_class if defined?(preview_class))}
- if defined?(referenced_users) && referenced_users
%span.referenced-users.pull-left.hide
= icon('exclamation-triangle')
You are about to add
%strong
%span.js-referenced-users-count 0
people
to the discussion. Proceed with caution.
%div.clearfix
%span.referenced-users.hide
= icon('exclamation-triangle')
You are about to add
%strong
%span.js-referenced-users-count 0
people
to the discussion. Proceed with caution.