diff --git a/css/3p-filters.css b/css/3p-filters.css
index 91b9eed94..369a728f7 100644
--- a/css/3p-filters.css
+++ b/css/3p-filters.css
@@ -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;
- }
diff --git a/css/dashboard-common.css b/css/dashboard-common.css
index 285cfdcfc..c00f4dbff 100644
--- a/css/dashboard-common.css
+++ b/css/dashboard-common.css
@@ -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;
}
-