Merge pull request #249 from cloudflare/ui-tweaks

Fix for 2 small css glitches
This commit is contained in:
Łukasz Mierzwa
2018-04-10 14:02:48 -07:00
committed by GitHub

View File

@@ -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 {
@@ -270,7 +274,7 @@ button.silence-delete:focus {
}
.incident {
padding: 8px;
padding: 5px;
}
.incident>.panel>.panel-heading {