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
Tatuya Kamada
gitlab-ce
Commits
b68b17dd
Commit
b68b17dd
authored
Sep 14, 2016
by
tauriedavis
Committed by
Jacob Schatz
Sep 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style updates
parent
d20d7c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
6 deletions
+20
-6
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+20
-6
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
b68b17dd
...
...
@@ -373,14 +373,27 @@
.mr-version-controls
{
background
:
$background-color
;
border
:
1px
solid
$border-color
;
border-top
:
0
;
padding
:
0
16px
;
color
:
$gl-placeholder-color
;
border-bottom
:
1px
solid
$border-color
;
color
:
$gl-text-color
;
.mr-version-menus-container
{
display
:
-
webkit-flex
;
display
:
flex
;
-webkit-align-items
:
center
;
align-items
:
center
;
padding
:
16px
;
}
.comments-disabled-notif
{
padding
:
10px
16px
;
.btn
{
margin-left
:
5px
;
}
}
.mr-version-dropdown
,
.mr-version-compare-dropdown
{
margin
:
0
10
px
;
margin
:
0
7
px
;
}
.comments-disabled-notif
{
...
...
@@ -392,7 +405,8 @@
}
.fa-info-circle
{
color
:
$red-normal
;
color
:
$orange-normal
;
padding-right
:
5px
;
}
}
...
...
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