Commit 584ac316 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve UI for accept MR widget

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent d38b76a6
......@@ -123,38 +123,31 @@
.mr-state-widget {
font-size: 13px;
background: #F9F9F9;
background: #FAFAFA;
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment