Chromium Code Reviews| Index: Tools/GardeningServer/ui/ct-failure-stream.html |
| diff --git a/Tools/GardeningServer/ui/ct-failure-stream.html b/Tools/GardeningServer/ui/ct-failure-stream.html |
| index 43c2de3e00e411a23a93f1f66be073bb172f16f2..1e9806a76d9e50e24f9465ee296b86adab5df592 100644 |
| --- a/Tools/GardeningServer/ui/ct-failure-stream.html |
| +++ b/Tools/GardeningServer/ui/ct-failure-stream.html |
| @@ -6,6 +6,7 @@ found in the LICENSE file. |
| <link rel="import" href="ct-bot-failure-card.html"> |
| <link rel="import" href="ct-builder-failure-card.html"> |
| +<link rel="import" href="ct-failure-card-buttons.html"> |
| <link rel="import" href="ct-trooper-card.html"> |
| <polymer-element name="ct-failure-stream" attributes="groups commitLog tree category title" noscript> |
| @@ -25,6 +26,10 @@ found in the LICENSE file. |
| flex: 1; |
| } |
| + .card > ct-failure-card-buttons { |
| + flex: none; |
|
leviw_travelin_and_unemployed
2014/09/12 18:06:01
D'oh! Thanks! LGTM.
|
| + } |
| + |
| /* FIXME: Don't use before hax to add labels */ |
| :host > div:first-of-type::before { |
| content: "{{ title }}:"; |