Commit 706ee232 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make accept MR widget looks similar to panels

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 4bebdc09
...@@ -111,7 +111,8 @@ ...@@ -111,7 +111,8 @@
.ci_widget { .ci_widget {
padding: 10px 15px; padding: 10px 15px;
font-size: 15px; font-size: 15px;
border-bottom: 1px dashed #AAA; border-bottom: 1px solid #BBB;
color: #777;
&.ci-success { &.ci-success {
color: $bg_success; color: $bg_success;
...@@ -143,7 +144,8 @@ ...@@ -143,7 +144,8 @@
padding: 10px 15px; padding: 10px 15px;
h4 { h4 {
margin-top: 0px; font-size: 20px;
font-weight: normal;
} }
p:last-child { 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