Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
563f6737
Commit
563f6737
authored
8 years ago
by
kushalpandya
Browse files
Options
Download
Email Patches
Plain Diff
MR widget styling fixes
parent
e15aee2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_ready_to_merge.js
...uest_widget/components/states/mr_widget_ready_to_merge.js
+1
-1
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+14
-6
No files found.
app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_ready_to_merge.js
View file @
563f6737
...
...
@@ -210,7 +210,7 @@ export default {
v-if="shouldShowMergeOptionsDropdown"
:disabled="isMergeButtonDisabled"
type="button"
class="btn btn-info dropdown-toggle"
class="btn
btn-small
btn-info dropdown-toggle"
data-toggle="dropdown">
<i
class="fa fa-caret-down"
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/pages/merge_requests.scss
View file @
563f6737
...
...
@@ -209,8 +209,7 @@
}
}
.mr-widget-heading
,
.mr-widget-body
{
.mr-widget-heading
{
.btn-default.btn-xs
{
margin-left
:
5px
;
}
...
...
@@ -223,13 +222,17 @@
.btn-group
.btn
{
padding
:
5px
10px
;
&
.dropdown-toggle
{
padding
:
5px
7px
;
}
}
}
.mr-widget-body
{
h4
{
font-weight
:
600
;
font-size
:
1
6
px
;
font-weight
:
bold
;
font-size
:
1
5
px
;
margin
:
5px
0
;
color
:
$gl-text-color
;
...
...
@@ -256,7 +259,6 @@
}
.bold
{
margin-left
:
5px
;
font-weight
:
bold
;
font-size
:
15px
;
color
:
$gl-gray-light
;
...
...
@@ -405,6 +407,12 @@
}
}
.mr-state-widget
.mr-widget-body
{
.approve-btn
{
margin-right
:
5px
;
}
}
.mr_source_commit
,
.mr_target_commit
{
margin-bottom
:
0
;
...
...
@@ -547,7 +555,7 @@
p
{
float
:
left
;
padding-left
:
2
0
px
;
padding-left
:
2
1
px
;
&
::before
{
top
:
13px
;
...
...
This diff is collapsed.
Click to expand it.
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