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
Kazuhiko Shiozaki
gitlab-ce
Commits
19e0dafb
Commit
19e0dafb
authored
Mar 14, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'more-flatly'
parents
9c7faac0
9b445c68
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
app/assets/stylesheets/base/gl_bootstrap.scss
app/assets/stylesheets/base/gl_bootstrap.scss
+5
-0
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+3
-8
app/views/projects/merge_requests/show/_mr_accept.html.haml
app/views/projects/merge_requests/show/_mr_accept.html.haml
+1
-1
No files found.
app/assets/stylesheets/base/gl_bootstrap.scss
View file @
19e0dafb
...
...
@@ -187,6 +187,11 @@
}
}
.panel-succes
.panel-heading
,
.panel-info
.panel-heading
,
.panel-danger
.panel-heading
,
.panel-warning
.panel-heading
,
.panel-primary
.panel-heading
,
.alert
{
a
{
@extend
.alert-link
;
...
...
app/assets/stylesheets/pages/merge_requests.scss
View file @
19e0dafb
...
...
@@ -12,14 +12,8 @@
}
.accept-merge-holder
{
margin-top
:
5px
;
.accept-action
{
display
:
inline-block
;
.accept_merge_request
{
padding
:
10px
20px
;
}
}
.accept-control
{
...
...
@@ -123,10 +117,11 @@
}
.mr-state-widget
{
background
:
$background-color
;
font-size
:
13px
;
background
:
#F9F9F9
;
margin-bottom
:
20px
;
color
:
#666
;
border
:
1px
solid
$border-color
;
border
:
1px
solid
#EEE
;
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.09
));
.ci_widget
{
...
...
app/views/projects/merge_requests/show/_mr_accept.html.haml
View file @
19e0dafb
...
...
@@ -30,7 +30,7 @@
text:
@merge_request
.
merge_commit_message
,
rows:
14
,
hint:
true
%
h
r
%
b
r
.light
If you still want to merge this request manually - use
%strong
...
...
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