7 document
.getElementById('debug').textContent
= msg
;
10 <link rel=
"stylesheet" href=
"plugin_placeholders.css"></link>
13 background-color: rgb(
128,
128,
128);
17 background: -webkit-linear-gradient(#d2d2d2, #a5a5a5);
21 background: -webkit-linear-gradient(#b9b9b9, #d2d2d2);
28 #outer:hover #plugin_icon {
39 <div i18n-values=
"title:name" id=
"outer" onclick=
"plugin.load()">
41 <div><img id=
"plugin_icon" src=
"plugin_blocked.png" /></div>
42 <h1 i18n-content=
"message">PLUGIN_LOAD
</h1>
45 <div id=
"close" i18n-values=
"title:hide" onclick=
"event.stopPropagation(); plugin.hide()" />
48 size
= document
.getElementById('outer');
49 style
= getComputedStyle(size
);
50 if (parseInt(style
.width
) < 32 && parseInt(style
.height
) < 32) {
51 i
= document
.getElementById('close');
52 i
.parentNode
.removeChild(i
);