| Index: chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
|
| diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html b/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
|
| index 2cdc83f7a1d495c7c80e79f8610f614ebeaa3680..b07a97cffcafc3923e0852052f5a97e186c833bc 100644
|
| --- a/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
|
| +++ b/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
|
| @@ -19,6 +19,10 @@
|
| cursor: pointer;
|
| }
|
|
|
| + tr.notryjobs {
|
| + display: none;
|
| + }
|
| +
|
| .status-label {
|
| text-align: right;
|
| font-size: 12px;
|
| @@ -36,7 +40,8 @@
|
| border: none;
|
| }
|
|
|
| - .spacer {
|
| + tr.status-pre-pad > td {
|
| + padding-top: 5px;
|
| }
|
| </style>
|
| </head>
|
| @@ -45,6 +50,7 @@
|
| </table>
|
| <script src='utils.js'></script>
|
| <script src='try_status.js'></script>
|
| + <script src='active_issues.js'></script>
|
| <script src='popup.js'></script>
|
| </body>
|
| </html>
|
|
|