Skip to content

Commit

Permalink
Make bad CQL badge square
Browse files Browse the repository at this point in the history
  • Loading branch information
ihodes committed Nov 23, 2014
1 parent 7121863 commit 5affad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cycledash/static/css/examine.css
Expand Up @@ -324,10 +324,10 @@ text {
width: 18px;
height: 18px;
z-index: 1;
border-radius: 20px;
}
.query-status.good {
background: rgb(125, 236, 182);
border-radius: 20px;
}
.query-status.good:before {
content: "✓";
Expand All @@ -338,6 +338,7 @@ text {
}
.query-status.bad {
background: rgb(243, 45, 45);
border-radius: 1px;
}
.query-status.bad:before {
content: "×";
Expand Down

0 comments on commit 5affad7

Please sign in to comment.