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
4a503cb8
Commit
4a503cb8
authored
Mar 31, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed alignment of icons
parent
d0c08cc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+8
-1
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
4a503cb8
...
...
@@ -212,5 +212,6 @@ $location-active-bg: $search-input-border-color;
* Notes
*/
$notes-light-color
:
#8e8e8e
;
$notes-action-color
:
#8f8f8f
;
$notes-action-color
:
#c3c3c3
;
$notes-role-color
:
#8e8e8e
;
$notes-role-border-color
:
#e4e4e4
;
app/assets/stylesheets/pages/notes.scss
View file @
4a503cb8
...
...
@@ -197,6 +197,13 @@ ul.notes {
line-height
:
24px
;
.fa
{
position
:
relative
;
top
:
1px
;
font-size
:
17px
;
}
.fa-trash-o
{
top
:
0
;
font-size
:
16px
;
}
}
...
...
@@ -219,7 +226,7 @@ ul.notes {
display
:
inline-block
;
padding-left
:
4px
;
padding-right
:
4px
;
color
:
$notes-
action
-color
;
color
:
$notes-
role
-color
;
font-size
:
12px
;
line-height
:
20px
;
border
:
1px
solid
$notes-role-border-color
;
...
...
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