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
Boxiang Sun
gitlab-ce
Commits
78c10f72
Commit
78c10f72
authored
Nov 16, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix discussion reply holder padding
parent
504e9e1a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
14 deletions
+6
-14
app/assets/stylesheets/framework/timeline.scss
app/assets/stylesheets/framework/timeline.scss
+1
-0
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+4
-9
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-5
No files found.
app/assets/stylesheets/framework/timeline.scss
View file @
78c10f72
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
&
:target
,
&
:target
,
&
.target
{
&
.target
{
background
:
$line-target-blue
;
background
:
$line-target-blue
;
margin-bottom
:
$gl-padding
;
&.
system-note
.
note-body
.
note-text
.
system-note-commit-list
:
:
after
{
&.
system-note
.
note-body
.
note-text
.
system-note-commit-list
:
:
after
{
background
:
linear-gradient
(
rgba
(
$line-target-blue
,
0
.1
)
-100px
,
$line-target-blue
100%
);
background
:
linear-gradient
(
rgba
(
$line-target-blue
,
0
.1
)
-100px
,
$line-target-blue
100%
);
...
...
app/assets/stylesheets/pages/note_form.scss
View file @
78c10f72
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
table
{
table
{
.discussion-form-container
{
.discussion-form-container
{
padding
:
$gl-padding
-top
$gl-padding
$gl-padding
;
padding
:
$gl-padding
;
}
}
}
}
...
@@ -236,22 +236,17 @@ table {
...
@@ -236,22 +236,17 @@ table {
}
}
}
}
.discussion-body
{
.discussion-body
,
.commit-diff
{
.discussion-reply-holder
{
.discussion-reply-holder
{
background-color
:
$white-light
;
background-color
:
$white-light
;
border-radius
:
0
0
3px
3px
;
border-radius
:
0
0
3px
3px
;
padding
:
0
$gl-padding
10px
;
padding
:
$gl-padding
;
&
.is-replying
{
&
.is-replying
{
padding-bottom
:
$gl-padding
;
padding-bottom
:
$gl-padding
;
}
}
}
}
.diff-file
{
.discussion-reply-holder
{
padding
:
10px
16px
;
}
}
}
}
.discussion-with-resolve-btn
{
.discussion-with-resolve-btn
{
...
...
app/assets/stylesheets/pages/notes.scss
View file @
78c10f72
...
@@ -14,7 +14,7 @@ $note-form-margin-left: 72px;
...
@@ -14,7 +14,7 @@ $note-form-margin-left: 72px;
}
}
@mixin
outline-comment
()
{
@mixin
outline-comment
()
{
margin
:
$gl-padding
;
margin
:
$gl-padding
$gl-padding
0
;
border
:
1px
solid
$border-color
;
border
:
1px
solid
$border-color
;
border-radius
:
$border-radius-default
;
border-radius
:
$border-radius-default
;
}
}
...
@@ -526,10 +526,6 @@ $note-form-margin-left: 72px;
...
@@ -526,10 +526,6 @@ $note-form-margin-left: 72px;
.notes_content
{
.notes_content
{
background-color
:
$white-light
;
background-color
:
$white-light
;
}
}
.discussion-reply-holder
{
border-top
:
1px
solid
$border-color
;
}
}
}
.discussion-header
,
.discussion-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