diff --git a/3p-filters.html b/3p-filters.html
index e8b045099..4fd212d3a 100644
--- a/3p-filters.html
+++ b/3p-filters.html
@@ -15,6 +15,7 @@ div > p:last-child {
body > ul {
margin: 0.5em 0 0 0;
padding-left: 1em;
+ padding-right: 1em;
}
ul {
padding: 0;
@@ -61,7 +62,6 @@ button.reloadAll:hover {
#buttonApply {
display: none;
position: fixed;
- right: 1em;
top: 1em;
}
#buttonApply.enabled {
diff --git a/about.html b/about.html
index aea69f4ee..eaa3883ef 100644
--- a/about.html
+++ b/about.html
@@ -8,6 +8,7 @@
@@ -15,7 +16,7 @@ ul {
µBlock
-
+
-
-
-
diff --git a/css/common.css b/css/common.css
index 502fdb2c6..39e82975c 100644
--- a/css/common.css
+++ b/css/common.css
@@ -12,3 +12,6 @@
vertical-align: baseline;
display: inline-block;
}
+#dashboard-nav-widgets {
+ direction: __MSG_@@bidi_dir__;
+ }
\ No newline at end of file
diff --git a/css/dashboard-common.css b/css/dashboard-common.css
index 705e35346..4e9d8ffb3 100644
--- a/css/dashboard-common.css
+++ b/css/dashboard-common.css
@@ -2,6 +2,7 @@ body {
margin: 0;
padding: 0 0.5em 5em 0.5em;
font: 14px sans-serif;
+ direction: __MSG_@@bidi_dir__;
}
h2, h3 {
margin: 1em 0;
@@ -17,8 +18,9 @@ h3 {
font-size: 16px;
}
h2 + * {
- margin: 0 0 0 1em;
- padding: 0;
+ margin: 0 auto 0 auto;
+ margin-__MSG_@@bidi_start_edge__: 1em !important;
+ padding-__MSG_@@bidi_end_edge__: 0em !important;
}
a {
text-decoration: none;
@@ -29,6 +31,53 @@ a {
+
+body ul.lists {
+ padding-__MSG_@@bidi_end_edge__: 0em !important;
+ padding-__MSG_@@bidi_start_edge__: 1em !important;
+ }
+li.listDetails {
+ float: __MSG_@@bidi_start_edge__;
+ position: static;
+ width: 100%;
+ margin: 0 auto 0 auto !important;
+ margin-__MSG_@@bidi_start_edge__: 1em !important;
+ margin-__MSG_@@bidi_end_edge__: 0em !important;
+ }
+li.listDetails input[type="checkbox"] {
+ float: __MSG_@@bidi_start_edge__;
+ }
+.listDetails a {
+ float: __MSG_@@bidi_start_edge__;
+ }
+#buttonApply {
+ __MSG_@@bidi_end_edge__: 1em;
+ }
+#ExternalListDiv {
+ margin: 2em auto 0 auto;
+ margin-__MSG_@@bidi_start_edge__: 2em !important;
+ }
+#externalLists {
+ text-align: left;
+ }
+.userFilters {
+ text-align: left;
+ }
+#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;
+ }
+
+
+
+
.whatisthis {
margin: 0 0 0 8px;
border: 0;