diff --git a/www/checkup/app-checkup.less b/www/checkup/app-checkup.less index 064958272..91dd90d9e 100644 --- a/www/checkup/app-checkup.less +++ b/www/checkup/app-checkup.less @@ -2,6 +2,8 @@ @import (reference) "../../customize/src/less2/include/font.less"; @import (reference) "../../customize/src/less2/include/alertify.less"; +@corner: 5px; + html, body { .font_main(); .alertify_main(); @@ -21,6 +23,7 @@ html, body { .summary, .failure, .error, .success { margin-bottom: 1em; + border-radius: @corner; } .pending { @@ -66,6 +69,7 @@ html, body { word-break: break-word; padding: 5px; //font-size: 16px; + border-radius: @corner; &.cp-danger { border: 1px solid @cp_alerts-danger-bg; background-color: @cp_alerts-danger-bg;