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
Léo-Paul Géneau
gitlab-ce
Commits
643ed0f6
Commit
643ed0f6
authored
Aug 15, 2017
by
micael.bergeron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix note-role alignment
parent
b44a1bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+2
-3
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
643ed0f6
...
@@ -516,7 +516,7 @@ ul.notes {
...
@@ -516,7 +516,7 @@ ul.notes {
}
}
.note-actions-item
{
.note-actions-item
{
margin-left
:
1
5
px
;
margin-left
:
1
2
px
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
@@ -624,16 +624,15 @@ ul.notes {
...
@@ -624,16 +624,15 @@ ul.notes {
color
:
$notes-role-color
;
color
:
$notes-role-color
;
font-size
:
12px
;
font-size
:
12px
;
line-height
:
20px
;
line-height
:
20px
;
margin
:
0
3px
;
&
.note-role-access
{
&
.note-role-access
{
top
:
-2px
;
padding
:
0
7px
;
padding
:
0
7px
;
border
:
1px
solid
$border-color
;
border
:
1px
solid
$border-color
;
border-radius
:
$label-border-radius
;
border-radius
:
$label-border-radius
;
}
}
&
.note-role-special
{
&
.note-role-special
{
top
:
-3px
;
text-shadow
:
0
0
15px
white
;
text-shadow
:
0
0
15px
white
;
}
}
}
}
...
...
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