Chromium Code Reviews| Index: chrome/renderer/resources/blocked_plugin.html |
| =================================================================== |
| --- chrome/renderer/resources/blocked_plugin.html (revision 71492) |
| +++ chrome/renderer/resources/blocked_plugin.html (working copy) |
| @@ -22,7 +22,7 @@ |
| visibility: hidden; |
| } |
| -#outer:hover h1 { |
| +#outer:hover h1, #outer:hover img { |
| visibility: visible; |
| } |
| @@ -48,6 +48,14 @@ |
| top: 50%; |
| margin-top: -70px; |
| } |
| + |
| +#close { |
| + visibility: hidden; |
| + cursor: pointer; |
| + position: absolute; |
| + right: 0px; |
| + top: 0px; |
| +} |
| </style> |
| </head> |
| @@ -58,6 +66,7 @@ |
| <h1 i18n-content="message">PLUGIN_BLOCKED</h1> |
| <p id="debug"> </p> |
| </div> |
| +<img id="close" onclick="plugin.hide();" src="../../app/theme/close_bar_h.png"> |
| </div> |
| </body> |
| </html> |