BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
58e53a01
Commit
58e53a01
authored
Apr 12, 2017
by
Jacob Schatz
Committed by
Lin Jen-Shin
Apr 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch '30858-system-notes-indent' into 'master'
Indent system notes on desktop screens Closes #30858 See merge request !10667
parent
18fa43da
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
notes.scss
app/assets/stylesheets/pages/notes.scss
+12
-4
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
58e53a01
...
...
@@ -18,12 +18,12 @@ ul.notes {
float
:
left
;
svg
{
width
:
1
8
px
;
height
:
1
8
px
;
width
:
1
6
px
;
height
:
1
6
px
;
fill
:
$gray-darkest
;
position
:
absolute
;
left
:
30px
;
top
:
1
5
px
;
left
:
0
;
top
:
1
6
px
;
}
}
...
...
@@ -144,6 +144,10 @@ ul.notes {
padding
:
0
;
clear
:
both
;
@media
(
min-width
:
$screen-sm-min
)
{
margin-left
:
65px
;
}
&.
timeline-entry
:
:
after
{
clear
:
none
;
}
...
...
@@ -172,6 +176,10 @@ ul.notes {
.timeline-content
{
padding
:
14px
10px
;
@media
(
min-width
:
$screen-sm-min
)
{
margin-left
:
20px
;
}
}
.note-header
{
...
...
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