1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00

minor edits

This commit is contained in:
gorhill 2014-08-25 20:19:42 -04:00
parent 80f168ec6a
commit 377dab53d4
3 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,7 @@
<div id="externalListsDiv"> <div id="externalListsDiv">
<p data-i18n="3pExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></p> <p data-i18n="3pExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></p>
<textarea id="externalLists" dir="auto"></textarea> <textarea id="externalLists" dir="ltr"></textarea>
<p style="margin: 0.25em 0 0 0"><button id="externalListsApply" disabled="true" data-i18n="3pExternalListsApply"></button></p> <p style="margin: 0.25em 0 0 0"><button id="externalListsApply" disabled="true" data-i18n="3pExternalListsApply"></button></p>
</div> </div>

View File

@ -94,7 +94,6 @@ span.obsolete {
width: 48em; width: 48em;
height: 8em; height: 8em;
white-space: nowrap; white-space: nowrap;
text-align: left;
} }
body #loadingOverlay { body #loadingOverlay {
position: fixed; position: fixed;

View File

@ -604,7 +604,7 @@ var uBlockMessaging = (function(name){
target.style.display = 'none !important'; target.style.display = 'none !important';
} }
} }
// TODO: investigate injecting as a style. Is Overhead worth it? // TODO: investigate injecting as a style. Is overhead worth it?
messaging.tell({ messaging.tell({
what: 'injectedSelectors', what: 'injectedSelectors',
type: 'net', type: 'net',