1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

final touches

This commit is contained in:
gorhill 2014-08-23 15:13:34 -04:00
parent fe0ae2ea07
commit e811fd2958
3 changed files with 33 additions and 48 deletions

View File

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

View File

@ -1,30 +1,33 @@
div > p:first-child {
margin-top: 0;
}
div > p:last-child {
margin-bottom: 0;
ul {
padding: 0;
list-style-type: none;
}
ul#lists {
margin: 0.5em 0 0 0;
padding-__MSG_@@bidi_end_edge__: 0em;
padding-__MSG_@@bidi_start_edge__: 1em;
}
ul {
padding: 0;
list-style-type: none;
}
ul#lists > li {
margin: 0.5em 0 0 0;
padding: 0;
font-size: 15px;
list-style-type: none;
}
ul > li > ul {
ul#lists > li > ul {
margin: 0.25em 0 0 0;
}
ul > li > ul > li {
li.listDetails {
font-size: 14px;
margin: 0 0 0 1em;
margin: 0 auto 0 auto;
margin-__MSG_@@bidi_start_edge__: 1em;
margin-__MSG_@@bidi_end_edge__: 0em;
}
li.listDetails > * {
unicode-bidi: embed;
}
li.listDetails > a:nth-of-type(2) {
font-size: 13px;
opacity: 0.5;
}
.dim {
opacity: 0.5;
@ -82,12 +85,16 @@ span.obsolete {
color: #222;
background-color: hsl(36, 100%, 75%);
}
#externalListsDiv {
margin: 2em auto 0 auto;
margin-__MSG_@@bidi_start_edge__: 2em;
}
#externalLists {
font-size: smaller;
width: 48em;
height: 8em;
white-space: nowrap;
text-align: left;
direction: ltr;
}
body #loadingOverlay {
position: fixed;
@ -104,22 +111,3 @@ body #loadingOverlay {
body.loading #loadingOverlay {
display: block;
}
li.listDetails {
width: 100%;
margin: 0 auto 0 auto;
margin-__MSG_@@bidi_start_edge__: 1em;
margin-__MSG_@@bidi_end_edge__: 0em;
}
li.listDetails > * {
unicode-bidi: embed;
}
li.listDetails > a:nth-of-type(2) {
font-size: 13px;
opacity: 0.5;
}
#ExternalListDiv {
margin: 2em auto 0 auto;
margin-__MSG_@@bidi_start_edge__: 2em;
}

View File

@ -18,19 +18,24 @@ h3 {
font-size: 16px;
}
h2 + * {
margin: 0 auto 0 auto;
margin-__MSG_@@bidi_start_edge__: 1em !important;
padding-__MSG_@@bidi_end_edge__: 0em !important;
margin: 0 auto;
margin-__MSG_@@bidi_start_edge__: 1em;
padding-__MSG_@@bidi_end_edge__: 0em;
}
a {
text-decoration: none;
}
div > p:first-child {
margin-top: 0;
}
div > p:last-child {
margin-bottom: 0;
}
.para {
width: 40em;
}
.userFilters {
text-align: left;
@ -38,18 +43,11 @@ a {
#whitelist {
text-align: left;
}
table.ooo {
direction: ltr;
float: __MSG_@@bidi_start_edge__;
}
ul#AboutUL {
padding-__MSG_@@bidi_start_edge__: 1em;
margin-__MSG_@@bidi_start_edge__: 1em !important;
margin-__MSG_@@bidi_start_edge__: 1em;
}
.whatisthis {
margin: 0 0 0 8px;
border: 0;
@ -86,4 +84,3 @@ ul#AboutUL {
padding: 5px;
background-color: #FEDAE0;
}