mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
Merge pull request #249 from cloudflare/ui-tweaks
Fix for 2 small css glitches
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user