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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
9472d137
Commit
9472d137
authored
Dec 16, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix double border in MR discussion
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
a1fd87cd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
app/assets/stylesheets/framework/timeline.scss
app/assets/stylesheets/framework/timeline.scss
+1
-2
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-1
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+7
-0
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+0
-1
No files found.
app/assets/stylesheets/framework/timeline.scss
View file @
9472d137
...
@@ -10,8 +10,7 @@
...
@@ -10,8 +10,7 @@
margin-left
:
-
$gl-padding
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
color
:
$gl-gray
;
color
:
$gl-gray
;
border-bottom
:
1px
solid
#ECEEF1
;
border-bottom
:
1px
solid
$border-white-light
;
border-right
:
1px
solid
#ECEEF1
;
&
:target
{
&
:target
{
background
:
$hover
;
background
:
$hover
;
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
9472d137
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
}
}
section
{
section
{
border-right
:
1px
solid
#ECEEF1
;
border-right
:
1px
solid
$border-white-light
;
>
.tab-content
{
>
.tab-content
{
margin-right
:
1px
;
margin-right
:
1px
;
...
...
app/assets/stylesheets/pages/issues.scss
View file @
9472d137
...
@@ -149,3 +149,10 @@ form.edit-issue {
...
@@ -149,3 +149,10 @@ form.edit-issue {
.issue-form
.select2-container
{
.issue-form
.select2-container
{
width
:
250px
!
important
;
width
:
250px
!
important
;
}
}
.issue-discussion
{
.common-note-form
{
border-right
:
1px
solid
$border-white-light
;
}
}
app/assets/stylesheets/pages/note_form.scss
View file @
9472d137
...
@@ -79,7 +79,6 @@
...
@@ -79,7 +79,6 @@
padding
:
$gl-padding
;
padding
:
$gl-padding
;
margin-left
:
-
$gl-padding
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
border-right
:
1px
solid
$border-color
;
border-top
:
1px
solid
$border-color
;
border-top
:
1px
solid
$border-color
;
margin-bottom
:
-
$gl-padding
;
margin-bottom
:
-
$gl-padding
;
}
}
...
...
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