Make accept MR widget looks similar to panels

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-10-14 17:47:31 +03:00
parent 4bebdc0946
commit 706ee232c5
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
1 changed files with 4 additions and 2 deletions

View File

@ -111,7 +111,8 @@
.ci_widget {
padding: 10px 15px;
font-size: 15px;
border-bottom: 1px dashed #AAA;
border-bottom: 1px solid #BBB;
color: #777;
&.ci-success {
color: $bg_success;
@ -143,7 +144,8 @@
padding: 10px 15px;
h4 {
margin-top: 0px;
font-size: 20px;
font-weight: normal;
}
p:last-child {