Chromium Code Reviews| Index: chrome/browser/resources/inspect/inspect.css |
| diff --git a/chrome/browser/resources/inspect/inspect.css b/chrome/browser/resources/inspect/inspect.css |
| index f8075c27d6fe0f8c52d3a1fd452aa9bc21f73141..b96e446320cabc9d9d2bdd5e41fb8e64c7626b07 100644 |
| --- a/chrome/browser/resources/inspect/inspect.css |
| +++ b/chrome/browser/resources/inspect/inspect.css |
| @@ -34,9 +34,13 @@ img { |
| #infobar { |
| background: rgb(255, 212, 0); |
| height: 20px; |
| + left: 0; |
| line-height: 20px; |
| + position: fixed; |
| + right: 0; |
| text-align: center; |
| visibility: hidden; |
| + z-index: 1; |
| } |
| #infobar.show { |