From 948697233c4ccb120a09154658103d5da79d1342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 29 Mar 2018 22:27:03 -0700 Subject: [PATCH 1/2] Fix silence borders There's an extra layer of transparent border and padding makes the green side to be missing a few pixels, correct that --- assets/static/base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/static/base.css b/assets/static/base.css index cc740ddb5..046908821 100644 --- a/assets/static/base.css +++ b/assets/static/base.css @@ -250,15 +250,19 @@ blockquote.silence-comment { margin-bottom: 2px; padding-left: 0; padding-right: 2px; - padding-top: 2px; + padding-top: 0; padding-bottom: 0; } +.silence-block.well { + border: 0; +} /* button is an icon inside a well, it gets white color make it dark gray by default, so it's visible but doesn't stand out and black on hover */ button.silence-delete { color: inherit; + margin-top: 2px; } button.silence-delete:hover, button.silence-delete:focus { From 9890a82ffe8cdf6cadb555597a4f5e4f0dc57ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 29 Mar 2018 22:34:00 -0700 Subject: [PATCH 2/2] Save space between alert groups --- assets/static/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/static/base.css b/assets/static/base.css index 046908821..b4dfd56eb 100644 --- a/assets/static/base.css +++ b/assets/static/base.css @@ -274,7 +274,7 @@ button.silence-delete:focus { } .incident { - padding: 8px; + padding: 5px; } .incident>.panel>.panel-heading {