summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-14 17:47:31 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-14 17:47:31 +0300
commit706ee232c5a4af1556496af991bb62308fff28dc (patch)
tree27a272bddd5d20a9fb9e3164b7c975fbb40c59f9
parent4bebdc09463e29d26eac0117e0e3b45a9448c600 (diff)
downloadgitlab-ce-706ee232c5a4af1556496af991bb62308fff28dc.tar.gz
Make accept MR widget looks similar to panels
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/sections/merge_requests.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/merge_requests.scss b/app/assets/stylesheets/sections/merge_requests.scss
index c8d0cac2926..22f20a7df4d 100644
--- a/app/assets/stylesheets/sections/merge_requests.scss
+++ b/app/assets/stylesheets/sections/merge_requests.scss
@@ -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 {