Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
c204aca8
Commit
c204aca8
authored
9 years ago
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve style of the warning when mentioning many people in a comment
parent
f1bbd811
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
app/assets/stylesheets/framework/markdown_area.scss
app/assets/stylesheets/framework/markdown_area.scss
+3
-5
app/views/projects/_md_preview.html.haml
app/views/projects/_md_preview.html.haml
+8
-7
No files found.
app/assets/stylesheets/framework/markdown_area.scss
View file @
c204aca8
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/_md_preview.html.haml
View file @
c204aca8
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment