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
584ac316
Commit
584ac316
authored
Jun 01, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve UI for accept MR widget
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
d38b76a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+7
-13
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
584ac316
...
...
@@ -123,38 +123,31 @@
.mr-state-widget
{
font-size
:
13px
;
background
:
#F
9F9F9
;
background
:
#F
AFAFA
;
margin-bottom
:
20px
;
color
:
#666
;
border
:
1px
solid
#EEE
;
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.09
));
border
:
1px
solid
#e5e5e5
;
@include
box-shadow
(
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.05
));
@include
border-radius
(
3px
);
.ci_widget
{
padding
:
10px
15px
;
font-size
:
15px
;
border-bottom
:
1px
solid
#BBB
;
color
:
#777
;
background-color
:
$background-color
;
border-bottom
:
1px
solid
#EEE
;
&
.ci-success
{
color
:
$gl-success
;
border-color
:
$gl-success
;
background-color
:
#F1FAF1
;
}
&
.ci-pending
,
&
.ci-running
{
color
:
$gl-warning
;
border-color
:
$gl-warning
;
background-color
:
#FAF5F1
;
}
&
.ci-failed
,
&
.ci-canceled
,
&
.ci-error
{
color
:
$gl-danger
;
border-color
:
$gl-danger
;
background-color
:
#FAF1F1
;
}
}
...
...
@@ -162,7 +155,8 @@
padding
:
10px
15px
;
h4
{
font-weight
:
normal
;
font-weight
:
bold
;
margin-top
:
5px
;
}
p
:last-child
{
...
...
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