diff --git a/styles/prosilver/template/event/overall_footer_page_body_after.html b/styles/prosilver/template/event/overall_footer_page_body_after.html index d3a70d8b..aa3136fb 100644 --- a/styles/prosilver/template/event/overall_footer_page_body_after.html +++ b/styles/prosilver/template/event/overall_footer_page_body_after.html @@ -20,7 +20,7 @@ -
+
diff --git a/styles/prosilver/template/event/overall_header_page_body_before.html b/styles/prosilver/template/event/overall_header_page_body_before.html index 8f19066b..1e4f2801 100644 --- a/styles/prosilver/template/event/overall_header_page_body_before.html +++ b/styles/prosilver/template/event/overall_header_page_body_before.html @@ -3,5 +3,5 @@
-
+
diff --git a/styles/prosilver/theme/portal_all_responsive.css b/styles/prosilver/theme/portal_all_responsive.css index 7f903b85..a173a691 100644 --- a/styles/prosilver/theme/portal_all_responsive.css +++ b/styles/prosilver/theme/portal_all_responsive.css @@ -7,9 +7,20 @@ margin-right: 60%; } + .rtl .portal-body-center ul.topiclist dt .list-inner { + margin-right: 0; + margin-left: 60%; + } + .portal-body-center ul.topiclist dt { margin-right: -60%; } + + .rtl .portal-body-center ul.topiclist dt { + margin-right: 0; + margin-left: -60%; + } + .portal-body-center dd.lastpost { width: auto; } }