cms/drupal/modules/forum/forum-rtl.css
changeset 541 e756a8c72c3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/drupal/modules/forum/forum-rtl.css	Fri Sep 08 12:04:06 2017 +0200
@@ -0,0 +1,24 @@
+/**
+ * @file
+ * Right-to-left styling for the Forum module.
+ */
+
+#forum td.forum .icon {
+  float: right;
+  margin: 0 0 0 9px;
+}
+#forum div.indent {
+  margin-left: 0;
+  margin-right: 20px;
+}
+.forum-topic-navigation {
+  padding: 1em 3em 0 0;
+}
+.forum-topic-navigation .topic-previous {
+  text-align: left;
+  float: right;
+}
+.forum-topic-navigation .topic-next {
+  text-align: right;
+  float: left;
+}